Skip to content
Snippets Groups Projects
Unverified Commit 48993327 authored by Bob Callaway's avatar Bob Callaway Committed by GitHub
Browse files

build for arm64 and amd64 (#334)

parent f8449e8a
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@ debug:
ko:
# We can't pass more than one LDFLAG via GOFLAGS, you can't have spaces in there.
CGO_ENABLED=0 GOFLAGS="-tags=pivkeydisabled -ldflags=-X=$(SERVER_PKG).gitCommit=$(GIT_HASH)" ko publish --bare \
--tags $(GIT_VERSION) --tags $(GIT_HASH) \
CGO_ENABLED=0 GOFLAGS="-ldflags=-X=$(SERVER_PKG).gitCommit=$(GIT_HASH)" ko publish --bare \
--tags $(GIT_VERSION) --tags $(GIT_HASH) --platform=linux/amd64,linux/arm64 \
github.com/sigstore/rekor/cmd/rekor-server
sign-container: ko
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment