Skip to content

Commit

Permalink
fix: ci builds (hopefully 🤞)
Browse files Browse the repository at this point in the history
  • Loading branch information
javalsai committed Oct 19, 2024
1 parent d30d5a8 commit 2c606cd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/check-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ jobs:

- uses: uraimo/run-on-arch-action@v2
with:
arch: aarch64
distro: ubuntu22.04
arch: none
distro: none
base_image: '--platform=linux/aarch64 aarch64/ubuntu22.04'
githubToken: ${{ github.token }}
install: |
apt-get update && \
Expand Down Expand Up @@ -180,8 +181,9 @@ jobs:

- uses: uraimo/run-on-arch-action@v2
with:
arch: armv7
distro: ubuntu22.04
arch: none
distro: none
base_image: '--platform=linux/armv7 armv7/ubuntu22.04'
githubToken: ${{ github.token }}
install: |
apt-get update && \
Expand Down Expand Up @@ -224,8 +226,9 @@ jobs:

- uses: uraimo/run-on-arch-action@v2
with:
arch: riscv64
distro: ubuntu22.04
arch: none
distro: none
base_imgae: '--platform=linux/riscv64 riscv64/ubuntu22.04'
githubToken: ${{ github.token }}
install: |
apt-get update && \
Expand Down

0 comments on commit 2c606cd

Please sign in to comment.