Skip to content

Commit

Permalink
chore(build): update Docker image tag for multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Sep 22, 2024
1 parent e553816 commit a731f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-docker:
build-docker-multiarch:
docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
-t nullswan/bpfsnitch:latest \
-t nullswan/bpfsnitch-dev:latest \
--push \
. -f deployments/Dockerfile

Expand Down

0 comments on commit a731f74

Please sign in to comment.