Skip to content

Commit

Permalink
ci: Try to set docker security to unconfined for non-x86
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed May 5, 2024
1 parent f2f9c90 commit 85415c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
dockerRunArgs: |
--rm --security-opt seccomp=unconfined
distro: ubuntu22.04
run: |
.github/workflows/generic-build.sh ${{ matrix.arch }}
Expand Down

0 comments on commit 85415c7

Please sign in to comment.