diff --git a/Makefile b/Makefile index 1478189..bd0bae5 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,11 @@ scripts/embassy.js: $(TS_FILES) deno run --allow-read --allow-write --allow-env --allow-net scripts/bundle.ts KAMADO_SRC ?= ../KamadoPool +PLATFORMS ?= linux/arm64/v8,linux/amd64 image.tar: Dockerfile docker_entrypoint.sh docker buildx build --tag start9/$(PKG_ID)/main:$(PKG_VERSION) \ - --platform=linux/arm64/v8,linux/amd64 \ + --platform=$(PLATFORMS) \ --build-arg ARCH=$(shell uname -m) \ --build-context kamado=$(KAMADO_SRC) \ -o type=oci,dest=image.tar .