From f6e6d72f467f0427832d5aa265ce6a6fa915a618 Mon Sep 17 00:00:00 2001 From: Trent Apple Date: Mon, 12 Aug 2024 23:12:41 -0500 Subject: [PATCH] Build all images --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1aebce3..2404426 100644 --- a/Makefile +++ b/Makefile @@ -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)