Skip to content

Commit

Permalink
Misc fixes (#276)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <[email protected]>
  • Loading branch information
sabre1041 authored Jul 9, 2024
1 parent 6abe421 commit d8edc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# helm-sigstore

[![Build Status](https://github.com/sigstore/helm-sigstore/workflows/CI/badge.svg?branch=main)](https://github.com/sigstore/helm-sigstore/actions?workflow=CI)
[![Build Status](https://github.com/sigstore/helm-sigstore/workflows/ci/badge.svg?branch=main)](https://github.com/sigstore/helm-sigstore/actions?workflow=ci)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/helm-sigstore)](https://artifacthub.io/packages/search?repo=helm-sigstore)
[![SLSA](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev/)

Expand Down
2 changes: 1 addition & 1 deletion scripts/ldflags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ldflags() {
local BUILD_DATE=$(date -u -d "@$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" "$DATE_FMT" 2>/dev/null || date -u "$DATE_FMT")
fi

echo "-buildid= -X github.com/sigstore/helm-sigstore/cmd/version.gitVersion=$GIT_VERSION \
echo "-buildid= -X github.com/sigstore/helm-sigstore/cmd.gitVersion=$GIT_VERSION \
-X github.com/sigstore/helm-sigstore/cmd.gitCommit=$GIT_COMMIT \
-X github.com/sigstore/helm-sigstore/cmd.gitTreeState=$GIT_TREESTATE \
-X github.com/sigstore/helm-sigstore/cmd.buildDate=$BUILD_DATE"
Expand Down

0 comments on commit d8edc6d

Please sign in to comment.