Skip to content

Commit

Permalink
fix(ci/cd): docker build not supported multi-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos authored Nov 8, 2024
1 parent 3392ea6 commit e3f17dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64,linux/amd64 # Construir para ARM64 e X86_64
platforms: linux/arm64 # Construir para ARM64, not supported multi-plataform

0 comments on commit e3f17dd

Please sign in to comment.