Skip to content

Commit 16484f2

Browse files
authored
Merge pull request #157 from sysprog21/ci-fixup
CI: Fix error when running on host-arm
2 parents 6261f31 + 3fb72ae commit 16484f2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
- name: build artifact
3535
# The GitHub Action for non-x86 CPU
3636
# https://github.com/uraimo/run-on-arch-action
37-
uses: uraimo/run-on-arch-action@v2.7.1
37+
uses: uraimo/run-on-arch-action@v2
3838
with:
39-
arch: armv7
40-
distro: ubuntu22.04
39+
arch: none
40+
distro: none
41+
base_image: "--platform=linux/arm/v7 arm32v7/ubuntu:22.04"
4142
install: |
4243
apt-get update -q -y
4344
apt-get install -q -y build-essential

0 commit comments

Comments
 (0)