fix goos env
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
service
|
||||
service*
|
||||
+1
-1
@@ -26,4 +26,4 @@ podman run \
|
||||
--volume ./:/data \
|
||||
--workdir /data \
|
||||
${CONTAINER} \
|
||||
go build -mod=vendor -tags=embed -o service-${GOOS}-${GOARCH} main.go
|
||||
go build -mod=vendor -tags=embed -o service-linux-${GOARCH} main.go
|
||||
|
||||
Reference in New Issue
Block a user