mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
compute sha256 checksums while releasing
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
7c47673d4a
commit
17d845b3d2
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -35,6 +35,9 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: make GIT_TAG=${{ github.event.inputs.tag }} -f builder.Makefile cross
|
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
|
||||||
|
|
||||||
- name: License
|
- name: License
|
||||||
run: cp packaging/* bin/
|
run: cp packaging/* bin/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user