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.
make gen-purls
1 parent 5ccf40f commit eb9650eCopy full SHA for eb9650e
Makefile
@@ -133,7 +133,7 @@ gen-purls: # Generate purls
133
LC_ALL=C sort > build/package/purls-darwin.txt
134
135
@echo "==> Generating Windows purls"
136
- GOOS=windows GOARCH=386 go build -trimpath -mod=readonly -o bin/atlas-win ./cmd/atlas
+ GOOS=windows GOARCH=amd64 go build -trimpath -mod=readonly -o bin/atlas-win ./cmd/atlas
137
go version -m ./bin/atlas-win | \
138
awk '$$1 == "dep" || $$1 == "=>" { print "pkg:golang/" $$2 "@" $$3 }' | \
139
LC_ALL=C sort > build/package/purls-win.txt
0 commit comments