File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
if : ${{ ! inputs.runner }}
27
27
uses : docker/setup-buildx-action@v3
28
28
- uses : oras-project/setup-oras@v1
29
- - name : Trim CI agent
30
- run : |
31
- chmod +x contrib/free_disk_space.sh
32
- ./contrib/free_disk_space.sh
33
- if : ${{ ! inputs.runner }}
34
29
- name : QEMU workaround
35
30
if : ${{ fromJSON(inputs.image).fix-qemu }}
36
31
run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes
96
91
echo $SBOM_SIGN_PRIVATE_KEY | base64 -d > $GITHUB_WORKSPACE/private.key
97
92
env :
98
93
SBOM_SIGN_PRIVATE_KEY : ${{ secrets.SBOM_SIGN_PRIVATE_KEY }}
94
+ - name : Trim CI agent
95
+ run : |
96
+ chmod +x contrib/free_disk_space.sh
97
+ ./contrib/free_disk_space.sh
98
+ if : ${{ ! inputs.runner }}
99
99
- name : Attach cdx sbom to base
100
100
run : |
101
101
mkdir -p $RUNNER_TEMP/cdxgen-sboms
You can’t perform that action at this time.
0 commit comments