From 5c15e8eb133e19d941c2bcc2e9d12d590ec9c810 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 5 Dec 2025 22:48:44 +0900 Subject: [PATCH] REFACTOR(app): use native ARM64 runner - Switch to native ARM64 runner - Remove QEMU emulation overhead --- .github/workflows/build.yml | 5 +---- deploy/k8s/overlays/dev/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3632a94..274ddb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ env: jobs: build-and-push: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm permissions: contents: write packages: write @@ -26,9 +26,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/deploy/k8s/overlays/dev/kustomization.yaml b/deploy/k8s/overlays/dev/kustomization.yaml index 28f1c2a..82e1784 100644 --- a/deploy/k8s/overlays/dev/kustomization.yaml +++ b/deploy/k8s/overlays/dev/kustomization.yaml @@ -14,7 +14,7 @@ commonLabels: # 이미지 태그 설정 images: - name: ghcr.io/mayne0213/jovies - newTag: develop-sha-54f2f62008e06dca26c31d219d3eac97cd8a149a + newTag: develop-sha-1d8bc47884ea3b0f37323a7cffd982e548c66a37 patchesStrategicMerge: - deployment-patch.yaml