Skip to content

Commit

Permalink
Add make multi-arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Sep 6, 2024
1 parent 31482ca commit e3fd3f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ build:
cd env && \
docker build -t $(image) --progress=plain -f Dockerfile . 2>&1 | \
tee build_$(ARCH).log
build_multi:
docker buildx
cd env/ && \
docker buildx build \
--push \
--platform linux/amd64,linux/arm64 \
--tag darribas/$(image) .

0 comments on commit e3fd3f7

Please sign in to comment.