Merge pull request #868 from roshangm1/chore/use-ubuntu-arm

chore: use arm machine to build for arm architecture
This commit is contained in:
Nevo David 2025-07-12 19:59:45 +07:00 committed by GitHub
commit 25a2835946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

View File

@ -25,7 +25,7 @@ jobs:
include:
- runnertags: ubuntu-latest
arch: amd64
- runnertags: ubuntu-latest
- runnertags: ubuntu-24.04-arm
arch: arm64
runs-on: ${{ matrix.runnertags }}
@ -37,10 +37,6 @@ jobs:
submodules: 'true'
token: ${{ secrets.PAT_TOKEN }}
- name: Set up QEMU (For ARM64 Builds)
if: matrix.arch == 'arm64'
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

View File

@ -25,9 +25,8 @@ jobs:
include:
- runnertags: ubuntu-latest
arch: amd64
- runnertags: ubuntu-latest
- runnertags: ubuntu-24.04-arm
arch: arm64
runs-on: ${{ matrix.runnertags }}
steps:
- name: Checkout
@ -35,10 +34,6 @@ jobs:
with:
fetch-depth: 0
- name: Set up QEMU (For ARM64 Builds)
if: matrix.arch == 'arm64'
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3