Skip to content

Commit

Permalink
Revert "fix installing in multiarch images"
Browse files Browse the repository at this point in the history
This reverts commit 4ac310a.
  • Loading branch information
DoodleBobBuffPants committed Oct 19, 2022
1 parent 4ac310a commit 9d6880c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ build: EDITION = flyway
build: PLATFORM = linux/arm/v7,linux/arm64/v8,linux/amd64
build:
-docker buildx rm multi_arch_builder
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --name multi_arch_builder --driver docker-container --driver-opt network=bridge --use
docker buildx create --name multi_arch_builder --driver-opt network=bridge --use
docker buildx build --target $(EDITION) --platform $(PLATFORM) --pull --build-arg FLYWAY_VERSION=$(VERSION) --build-arg FLYWAY_ARTIFACT_URL=$(URL) \
-t $(EDITION)/flyway:latest \
-t $(EDITION)/flyway:$(VERSION) \
Expand Down

0 comments on commit 9d6880c

Please sign in to comment.