Skip to content

Commit

Permalink
Merge pull request #157 from sysprog21/ci-fixup
Browse files Browse the repository at this point in the history
CI: Fix error when running on host-arm
  • Loading branch information
jserv authored Nov 4, 2024
2 parents 6261f31 + 3fb72ae commit 16484f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
- name: build artifact
# The GitHub Action for non-x86 CPU
# https://github.com/uraimo/run-on-arch-action
uses: uraimo/run-on-arch-action@v2.7.1
uses: uraimo/run-on-arch-action@v2
with:
arch: armv7
distro: ubuntu22.04
arch: none
distro: none
base_image: "--platform=linux/arm/v7 arm32v7/ubuntu:22.04"
install: |
apt-get update -q -y
apt-get install -q -y build-essential
Expand Down

0 comments on commit 16484f2

Please sign in to comment.