File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2626 - name : Build and release binaries
2727 run : |
2828 make build-release
29- - name : Generate release checksums
30- run : make generate-release-checksums
3129 - name : Create release and add artifacts
3230 uses : softprops/action-gh-release@v1
3331 with :
Original file line number Diff line number Diff line change @@ -80,11 +80,3 @@ build-windows-arm64:
8080 @sha256sum dist/gatewayd-plugin-cache-windows-arm64-${VERSION} .zip | sed ' s/dist\///g' >> dist/checksums.txt
8181
8282build-release : tidy create-build-dir build-linux-amd64 build-linux-arm64 build-darwin-amd64 build-darwin-arm64 build-windows-amd64 build-windows-arm64
83-
84- generate-release-checksums :
85- @sha256sum gatewayd-plugin-cache-linux-amd64-${VERSION} .tar.gz > checksums.txt
86- @sha256sum gatewayd-plugin-cache-linux-arm64-${VERSION} .tar.gz >> checksums.txt
87- @sha256sum gatewayd-plugin-cache-darwin-amd64-${VERSION} .tar.gz >> checksums.txt
88- @sha256sum gatewayd-plugin-cache-darwin-arm64-${VERSION} .tar.gz >> checksums.txt
89- @sha256sum gatewayd-plugin-cache-windows-amd64-${VERSION} .zip >> checksums.txt
90- @sha256sum gatewayd-plugin-cache-windows-arm64-${VERSION} .zip >> checksums.txt
You can’t perform that action at this time.
0 commit comments