diff --git a/Makefile b/Makefile index 0913b0a..b84d5bf 100755 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ SRC_DIRS := cmd pkg # directories which hold app source (not vendored) # Windows not working atm #ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x # Unlikely I'll run on ppc or s390x anytime soon -ALL_PLATFORMS := linux/amd64 linux/arm linux/arm64 +# scons needs hacking for old arm +ALL_PLATFORMS := linux/amd64 linux/arm64 # Used internally. Users should pass BUILDOS and/or BUILDARCH. # guess if go isn't installed on the host @@ -91,6 +92,10 @@ container containers: $(CONTAINER_DOTFILES) echo "container: $(REGISTRY)/$$bin:$(TAG)"; \ done +lambda-layer: # @HELP creates a lambda layer zipfile "lambda.zip" suitable for uploading +lambda-layer: # Python - mostly not compiled, and deps that are, are linux/amd64 + @echo "todo" + # Each container-dotfile target can reference a $(BIN) variable. # This is done in 2 steps to enable target-specific variables. $(foreach bin,$(BINS),$(eval $(strip \