Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
trentapple authored May 19, 2024
1 parent 8f77986 commit 94b505e
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 @@ -71,7 +71,7 @@ delete-builder:
$(DOCKER) buildx rm $(BUILDX_BUILDER)

register-qemu-binfmt: ## Enable multiarch support on the host
$(DOCKER) run --rm --privileged multiarch/qemu-user-static:7.0.0-7 --reset -p yes
$(DOCKER) run --rm --privileged multiarch/qemu-user-static:7.2.0-1 --reset -p yes

test: test-use-cases test-minimal-image

Expand Down Expand Up @@ -103,7 +103,7 @@ tar: .podman-from-container
rm -rf $(ASSET_DIR)
mkdir -p $(ASSET_DIR)/etc $(ASSET_DIR)/usr/local
cp -r conf/containers $(ASSET_DIR)/etc/containers
cp -r conf/cni $(ASSET_DIR)/etc/cni
#cp -r conf/cni $(ASSET_DIR)/etc/cni
cp README.md $(ASSET_DIR)/
cp -r $(IMAGE_ROOTFS)/usr/local/lib $(ASSET_DIR)/usr/local/lib
cp -r $(IMAGE_ROOTFS)/usr/local/bin $(ASSET_DIR)/usr/local/bin
Expand Down

0 comments on commit 94b505e

Please sign in to comment.