File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 4040 needs : build
4141 env :
4242 DOCKER_CLI_EXPERIMENTAL : " enabled"
43- UPX_VERSION : " 3.96"
4443 runs-on : ubuntu-latest
4544 if : success() && startsWith(github.ref, 'refs/tags/')
4645 steps :
6867 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
6968 restore-keys : |
7069 ${{ runner.os }}-go-
71- - name : download upx
72- run : |
73- cd /tmp
74- wget https://github.com/upx/upx/releases/download/v$UPX_VERSION/upx-$UPX_VERSION-amd64_linux.tar.xz
75- tar xvf upx-$UPX_VERSION-amd64_linux.tar.xz
76- sudo mv upx-$UPX_VERSION-amd64_linux/upx /usr/local/sbin
77- shell : bash
7870 - uses : sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
7971 - uses : anchore/sbom-action/download-syft@06e109483e6aa305a2b2395eabae554e51530e1d # tag=v0.13.1
8072 - name : Run GoReleaser
Original file line number Diff line number Diff line change 4141 args :
4242 - sign-blob
4343 - ' --output-certificate=${certificate}'
44- - ' --output-signature =${signature}'
44+ - ' --bundle =${signature}'
4545 - ' ${artifact}'
46- artifacts : checksum
46+ artifacts : all
4747 output : true
4848
4949dockers :
You can’t perform that action at this time.
0 commit comments