Kelly Norton 11 tháng trước cách đây
mục cha
commit
abef73b677
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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