Skip to content

Commit

Permalink
buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Oct 8, 2024
1 parent dc65f25 commit 360f228
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Setup docker buildx
uses: docker/setup-buildx-action@v3
with:
use: linux/amd64,linux/arm64

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down

0 comments on commit 360f228

Please sign in to comment.