Skip to content

Commit 7f9eb26

Browse files
committed
Use arm64 machine instead of qemu
Signed-off-by: Nicu Siderias <nicu.siderias@analog.com>
1 parent 29f1894 commit 7f9eb26

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
artifacts/*.orig.tar.gz
9191
if-no-files-found: error
9292

93-
build_armhf_qemu:
94-
runs-on: ubuntu-latest
93+
build_armhf_native:
94+
runs-on: ubuntu-24.04-arm
9595
needs: identify_version
9696
env:
9797
architecture: armhf
@@ -108,9 +108,6 @@ jobs:
108108
with:
109109
path: ${{env.APP_NAME}}
110110

111-
- name: Set up QEMU
112-
uses: docker/setup-qemu-action@v3
113-
114111
- name: Start persistent container
115112
run: |
116113
docker run -d \

0 commit comments

Comments
 (0)