Skip to content

Commit 25a2835

Browse files
authored
Merge pull request #868 from roshangm1/chore/use-ubuntu-arm
chore: use arm machine to build for arm architecture
2 parents 004cf3c + b878e2e commit 25a2835

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/build-containers-enterprise.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
include:
2626
- runnertags: ubuntu-latest
2727
arch: amd64
28-
- runnertags: ubuntu-latest
28+
- runnertags: ubuntu-24.04-arm
2929
arch: arm64
3030

3131
runs-on: ${{ matrix.runnertags }}
@@ -37,10 +37,6 @@ jobs:
3737
submodules: 'true'
3838
token: ${{ secrets.PAT_TOKEN }}
3939

40-
- name: Set up QEMU (For ARM64 Builds)
41-
if: matrix.arch == 'arm64'
42-
uses: docker/setup-qemu-action@v3
43-
4440
- name: Set up Docker Buildx
4541
uses: docker/setup-buildx-action@v3
4642

.github/workflows/build-containers.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,15 @@ jobs:
2525
include:
2626
- runnertags: ubuntu-latest
2727
arch: amd64
28-
- runnertags: ubuntu-latest
28+
- runnertags: ubuntu-24.04-arm
2929
arch: arm64
30-
3130
runs-on: ${{ matrix.runnertags }}
3231
steps:
3332
- name: Checkout
3433
uses: actions/checkout@v4
3534
with:
3635
fetch-depth: 0
3736

38-
- name: Set up QEMU (For ARM64 Builds)
39-
if: matrix.arch == 'arm64'
40-
uses: docker/setup-qemu-action@v3
41-
4237
- name: Set up Docker Buildx
4338
uses: docker/setup-buildx-action@v3
4439

0 commit comments

Comments
 (0)