Skip to content

Commit

Permalink
Fix builder deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mullr committed Apr 30, 2024
1 parent ed997d6 commit 8be6bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
run: |
echo $AUXON_GHCR_TOKEN_RO | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Install system packages
run: sudo apt-get install -y qemu-user-static binfmt-support

- name: Docker build
run: ./build-in-docker.sh

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
echo "Release tag: $RELEASE_TAG"
echo "Release version: $RELEASE_VERSION"
- name: Install system packages
run: sudo apt-get install -y qemu-user-static binfmt-support

- uses: actions/checkout@v3

- name: Release build
Expand Down

0 comments on commit 8be6bab

Please sign in to comment.