Skip to content

Commit

Permalink
Just amd64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Feb 2, 2025
1 parent eea9ea2 commit 6e3f3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64#,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REPO_NAME }},push-by-digest=true,name-canonical=true,push=true
push: true
Expand Down

0 comments on commit 6e3f3c1

Please sign in to comment.