Skip to content

Commit

Permalink
feat: Build an arm v7 docker image for Raspberry Pi 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw authored Jul 4, 2024
1 parent 36f94c0 commit 9dd06b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo docker login --username andrewjw --password $DOCKER_TOKEN

sudo docker buildx create --use

sudo docker buildx build --platform linux/amd64,linux/arm64 \
sudo docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 \
--build-arg VERSION=$TAG \
-t andrewjw/glowprom:$TAG \
-t andrewjw/glowprom:latest \
Expand Down

0 comments on commit 9dd06b9

Please sign in to comment.