Add GOARM flag to dockerfile
When building with arm on alpine, GOARM should be set to 6 by default. Signed-off-by: Derek McGowan <derek@mcgstyle.net>master
							parent
							
								
									aa985ba889
								
							
						
					
					
						commit
						63f6c1205d
					
				|  | @ -5,6 +5,7 @@ ENV DOCKER_BUILDTAGS include_oss include_gcs | ||||||
| 
 | 
 | ||||||
| ARG GOOS=linux | ARG GOOS=linux | ||||||
| ARG GOARCH=amd64 | ARG GOARCH=amd64 | ||||||
|  | ARG GOARM=6 | ||||||
| 
 | 
 | ||||||
| RUN set -ex \ | RUN set -ex \ | ||||||
|     && apk add --no-cache make git file |     && apk add --no-cache make git file | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue