Kelly Norton 11 months ago
parent
commit
abef73b677
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -39,3 +39,6 @@ publish: bin/buildimg
 	bin/buildimg --tag=$(shell git rev-parse --short $(SHA)) \
 		--target=linux/arm64 --target=linux/amd64 \
 		--build-arg=SHA=${SHA} kellegous/go
+	bin/buildimg --tag=latest \
+		--target=linux/arm64 --target=linux/amd64 \
+		--build-arg=SHA=${SHA} kellegous/go