mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
create also a checksums.txt file, add --binary
create also a checksums.txt file and switch shasum to --binary, to Fix problems with the verification on different OS systems fixes https://github.com/docker/compose/issues/9388 Signed-off-by: MaxPeal <30347730+MaxPeal@users.noreply.github.com>
This commit is contained in:
parent
0dffd5ba9f
commit
5d809a2e89
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
run: make GIT_TAG=${{ github.event.inputs.tag }} -f builder.Makefile cross
|
||||
|
||||
- name: Compute checksums
|
||||
run: cd bin; for f in *; do shasum --algorithm 256 $f > $f.sha256; done
|
||||
run: cd bin; for f in *; do shasum --binary --algorithm 256 $f | tee -a checksums.txt > $f.sha256; done
|
||||
|
||||
- name: License
|
||||
run: cp packaging/* bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user