Skip to content

Commit

Permalink
ci: update multi arch build init
Browse files Browse the repository at this point in the history
Github action changes base image, we need to install qemu binaries.

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
  • Loading branch information
sergelogvinov committed Mar 15, 2024
1 parent 36757fc commit 3c7cd44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ release-update:
#

docker-init:
docker run --rm --privileged multiarch/qemu-user-static:register --reset
@docker run --rm --privileged multiarch/qemu-user-static -p yes ||:

docker context create multiarch ||:
docker buildx create --name multiarch --driver docker-container --use ||:
docker context use multiarch
docker buildx inspect --bootstrap multiarch
@docker context create multiarch ||:
@docker buildx create --name multiarch --driver docker-container --use ||:
@docker context use multiarch
@docker buildx inspect --bootstrap multiarch

.PHONY: images
images: ## Build images
Expand Down

0 comments on commit 3c7cd44

Please sign in to comment.