We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1372802 commit 841ce59Copy full SHA for 841ce59
makefile
@@ -48,7 +48,7 @@ sbom: swagger
48
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 cyclonedx-gomod app -main cmd/soarca -json -licenses -output bin/${BINARY_NAME}-${VERSION}-windows-amd64.bom.json
49
50
pre-docker-build: swagger
51
- GOOS=linux GOARCH=amd64 go build -o bin/${BINARY_NAME}-${VERSION}-linux-amd64 $(GOFLAGS) cmd/soarca/main.go
+ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/${BINARY_NAME}-${VERSION}-linux-amd64 $(GOFLAGS) cmd/soarca/main.go
52
53
docker: pre-docker-build
54
docker build --no-cache -t soarca:${VERSION} --build-arg="VERSION=${VERSION}" .
0 commit comments