Skip to content

Commit

Permalink
Merge pull request #3 from krancour/no-arm64
Browse files Browse the repository at this point in the history
temporarily disable build of arm64-based images
  • Loading branch information
krancour authored Feb 28, 2022
2 parents ce08cc4 + 1dcc7f1 commit 487837c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ build:
docker buildx build \
-t $(DOCKER_IMAGE_NAME):$(IMMUTABLE_DOCKER_TAG) \
-t $(DOCKER_IMAGE_NAME):$(MUTABLE_DOCKER_TAG) \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64 \
.

################################################################################
Expand All @@ -78,7 +78,7 @@ push:
docker buildx build \
-t $(DOCKER_IMAGE_NAME):$(IMMUTABLE_DOCKER_TAG) \
-t $(DOCKER_IMAGE_NAME):$(MUTABLE_DOCKER_TAG) \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64 \
--push \
.

Expand Down

0 comments on commit 487837c

Please sign in to comment.