Skip to content

Commit 81e78f2

Browse files
authored
fix: arm64 전환 (#28)
* 아키텍쳐를 arm64로 전환했습니다.
1 parent 95a9928 commit 81e78f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-dev-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
deploy:
1313
name: deploy dev
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04-arm
1515

1616
env:
1717
IMAGE_TAG: ${{ github.run_number }}

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
deploy:
99
name: deploy dev
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04-arm
1111

1212
env:
1313
IMAGE_TAG: ${{ github.run_number }}

.github/workflows/deploy-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
name: deploy prod
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212

1313
env:
1414
IMAGE_TAG: ${{ github.ref_name }}

0 commit comments

Comments
 (0)