This repository was archived by the owner on Sep 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ endef
140140ko :
141141 $(create_kocache_path )
142142 LDFLAGS=" $( LDFLAGS) " GIT_HASH=$(GIT_HASH ) GIT_VERSION=$(GIT_VERSION ) \
143- KOCACHE=$(KOCACHE_PATH ) ko build --base-import-paths --bare \
143+ KOCACHE=$(KOCACHE_PATH ) ko build --base-import-paths \
144144 --platform=all --tags $(GIT_VERSION ) --tags $(GIT_HASH ) \
145145 $(ARTIFACT_HUB_LABELS ) \
146146 github.com/sigstore/cosign/cmd/cosign
153153
154154 # sget
155155 LDFLAGS="$(LDFLAGS)" GIT_HASH=$(GIT_HASH) GIT_VERSION=$(GIT_VERSION) \
156- KOCACHE=$(KOCACHE_PATH) ko build --base-import-paths --bare \
156+ KOCACHE=$(KOCACHE_PATH) ko build --base-import-paths \
157157 --platform=all --tags $(GIT_VERSION) --tags $(GIT_HASH) \
158158 $(ARTIFACT_HUB_LABELS) \
159159 github.com/sigstore/cosign/cmd/sget
162162ko-local :
163163 $(create_kocache_path )
164164 LDFLAGS=" $( LDFLAGS) " GIT_HASH=$(GIT_HASH ) GIT_VERSION=$(GIT_VERSION ) \
165- KOCACHE=$(KOCACHE_PATH ) ko build --base-import-paths --bare \
165+ KOCACHE=$(KOCACHE_PATH ) ko build --base-import-paths \
166166 --tags $(GIT_VERSION ) --tags $(GIT_HASH ) --local \
167167 $(ARTIFACT_HUB_LABELS ) \
168168 github.com/sigstore/cosign/cmd/cosign
You can’t perform that action at this time.
0 commit comments