This commit is contained in:
		
							parent
							
								
									a8d567a384
								
							
						
					
					
						commit
						34e4159275
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		
							
								
								
									
										7
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								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                                 \ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue