Skip to content

Commit

Permalink
Try a fix for run-on-arch-action
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Oct 9, 2024
1 parent ca026ba commit 6c375de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
- uses: LecrisUT/run-on-arch-action@fix/arch-flag
with:
distro: none
arch: none
arch: s390x
base_image: "s390x/fedora:latest"
run: |
echo "::group::Debug stuff"
Expand Down

0 comments on commit 6c375de

Please sign in to comment.