Skip to content

Commit

Permalink
Fix make build_multi
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Sep 6, 2024
1 parent e3fd3f7 commit 72c1fa4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ build_multi:
docker buildx
cd env/ && \
docker buildx build \
--push \
--builder gds_builder \
--platform linux/amd64,linux/arm64 \
--tag darribas/$(image) .
--push \
--tag darribas/$(image) \
.

0 comments on commit 72c1fa4

Please sign in to comment.