Skip to content

Commit

Permalink
Merge branch 'version-bump-v1.11.12' into version-bump-v1.11.12-qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush authored Oct 14, 2024
2 parents 8c60808 + b044514 commit 6c2654d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install qemu (required for cross-platform builds)
run: |
sudo add-apt-repository universe
sudo apt update
sudo apt -y install qemu-system qemu-user-static
- name: Check image build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install qemu (required for cross-platform builds)
run: |
sudo add-apt-repository universe
sudo apt update
sudo apt -y install qemu qemu-user-static
sudo apt -y install qemu-system qemu-user-static
sudo systemctl restart docker
- name: Create multiplatform docker builder
run: docker buildx create --use
Expand Down

0 comments on commit 6c2654d

Please sign in to comment.