We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6261f31 + 3fb72ae commit 16484f2Copy full SHA for 16484f2
.github/workflows/main.yml
@@ -34,10 +34,11 @@ jobs:
34
- name: build artifact
35
# The GitHub Action for non-x86 CPU
36
# https://github.com/uraimo/run-on-arch-action
37
- uses: uraimo/run-on-arch-action@v2.7.1
+ uses: uraimo/run-on-arch-action@v2
38
with:
39
- arch: armv7
40
- distro: ubuntu22.04
+ arch: none
+ distro: none
41
+ base_image: "--platform=linux/arm/v7 arm32v7/ubuntu:22.04"
42
install: |
43
apt-get update -q -y
44
apt-get install -q -y build-essential
0 commit comments