Skip to content

Commit

Permalink
Add missing buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
knlambert committed Nov 10, 2023
1 parent 6f1ab24 commit 3a313f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
name: binaries
path: build-output/release
retention-days: 1
- if: runner.os == 'Linux' && runner.arch == 'X64'
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64
- if: runner.os == 'Linux' && runner.arch == 'X64'
name: Upload Docker image
run: |
Expand Down

0 comments on commit 3a313f4

Please sign in to comment.