diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-04 20:11:07 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-04 20:11:07 +0100 |
| commit | ad4b03871ecb43596df6c33a98642699b006532d (patch) | |
| tree | 2f68e905819c2b21f26777a7f275924a711f0ccd /make/container.mk | |
| parent | 4ef4bbd4ad280c17dd8b6856edd87173fddb00e7 (diff) | |
moves container.mk vars to vars.mk so that IMAGE_PREFIX is defined
before it is used in COMPOSE_CMD
Diffstat (limited to 'make/container.mk')
| -rw-r--r-- | make/container.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/container.mk b/make/container.mk index 323ef58..4c6702a 100644 --- a/make/container.mk +++ b/make/container.mk @@ -1,7 +1,3 @@ -CPU_ARCH := $(if $(shell which arch 2>/dev/null),\ - $(shell arch),\ - $(shell lscpu | grep ^Architecture: | sed "s/^Architecture:[[:space:]]*\([[:alnum:][:punct:]]\+\).*/\1/")) -IMAGE_PREFIX := $(if $(filter armv7%,$(CPU_ARCH)),armv7/) REGISTRY_DOMAIN := git.joeac.net REGISTRY_USER := joeac |
