Skip to content

Commit

Permalink
Build all images
Browse files Browse the repository at this point in the history
  • Loading branch information
trentapple authored Aug 13, 2024
1 parent 0043f10 commit f6e6d72
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 @@ -32,8 +32,8 @@ BUILDX_OPTS ?= --builder=$(BUILDX_BUILDER) --output=$(BUILDX_OUTPUT) --platform=
ASSET_NAME := podman-linux-$(ARCH)
ASSET_DIR := $(BUILD_DIR)/asset/$(ASSET_NAME)

#images: podman podman-remote podman-minimal
images: podman-minimal
images: podman podman-remote podman-minimal
#images: podman-minimal

multiarch-tar multiarch-images: PLATFORM = linux/arm64/v8,linux/amd64
multiarch-tar: BUILDX_OUTPUT = type=local,dest=$(IMAGE_EXPORT_DIR)
Expand Down

0 comments on commit f6e6d72

Please sign in to comment.