Skip to content

Commit

Permalink
feat: specify platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Feb 29, 2024
1 parent a042ba6 commit 1c1c0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down

0 comments on commit 1c1c0e6

Please sign in to comment.