Skip to content

Commit

Permalink
Merge pull request #52 from fablo-io/publish-arm64
Browse files Browse the repository at this point in the history
Publish docker for arm64
  • Loading branch information
dzikowski authored Nov 4, 2024
2 parents e27046b + ffa0960 commit 20e8f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm run build
if [ "${1:-''}" = "--push" ]; then
docker buildx build \
--build-arg VERSION_DETAILS="$VERSION_DETAILS" \
--platform linux/amd64 \
--platform linux/amd64,linux/arm64 \
--tag "$DOCKER_IMAGE_TAG" \
--tag "$DOCKER_IMAGE_BASE_NAME:latest" \
--push \
Expand Down

0 comments on commit 20e8f78

Please sign in to comment.