Skip to content

Commit

Permalink
CI: Update uraimo/run-on-arch-action to 2.8.1 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzlin authored Nov 5, 2024
1 parent 446e5c7 commit 20edfb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
submodules: true
- name: Build in armt2 container
uses: uraimo/run-on-arch-action@v2.7.2
uses: uraimo/run-on-arch-action@v2.8.1
with:
arch: armv7
distro: ubuntu_latest
Expand All @@ -74,7 +74,7 @@ jobs:
with:
submodules: true
- name: Build in arm32 container
uses: uraimo/run-on-arch-action@v2.7.2
uses: uraimo/run-on-arch-action@v2.8.1
with:
arch: armv7
distro: ubuntu_latest
Expand All @@ -99,7 +99,7 @@ jobs:
with:
submodules: true
- name: Build in arm64 container
uses: uraimo/run-on-arch-action@v2.7.2
uses: uraimo/run-on-arch-action@v2.8.1

with:
arch: aarch64
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
with:
submodules: true
- name: Build in s390x container
uses: uraimo/run-on-arch-action@v2.7.2
uses: uraimo/run-on-arch-action@v2.8.1
with:
arch: s390x
distro: ubuntu_latest
Expand Down

0 comments on commit 20edfb0

Please sign in to comment.