Skip to content

Commit

Permalink
Write a SHA256SUMS file
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJosh9000 committed Jul 18, 2024
1 parent dac34a2 commit eaf2d30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/steps/build-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ rm -rf releases

# Loop over all the binaries and build them
ls pkg/* | xargs -I {} bash -c "build {}"

# Add a SHA256SUMS file
(cd releases ; sha256sum * > "buildkite-agent-${AGENT_VERSION}.SHA256SUMS")

0 comments on commit eaf2d30

Please sign in to comment.