Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jun 28, 2024
1 parent 23f8ea1 commit cd0d02d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/publish-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ HUBBLE_VERSION=$(node -e "console.log(require('./apps/hubble/package.json').vers

echo "Publishing $HUBBLE_VERSION"

docker build -f Dockerfile.hubble \
# Enable Buildx
docker buildx use mybuilder

docker buildx build -f Dockerfile.hubble \
--platform "linux/amd64,linux/arm64" \
--push \
-t farcasterxyz/hubble:${HUBBLE_VERSION} \
Expand Down

0 comments on commit cd0d02d

Please sign in to comment.