File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323 - uses : dsaltares/fetch-gh-release-asset@master
2424 id : tools-fetch
25- if : false
2625 with :
2726 repo : ${{ github.repository }}
2827 version : latest
3130 target : ' dl/'
3231 token : ${{ secrets.GITHUB_TOKEN }}
3332 - name : Verify tools signature
34- if : false
3533 env :
3634 tag : ${{ steps.tools-fetch.outputs.version }}
3735 run : |
@@ -40,15 +38,12 @@ jobs:
4038 --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
4139 dl/mangos.tools_*.tar.zst
4240 - name : Decompress and stage tools
43- if : false
4441 run : mkdir mkosi.tools ; tar -x --zstd -f dl/mangos.tools_*.tar.zst -C mkosi.tools
4542 - name : Install syft
4643 run : DOWNLOAD_TAG_INSTALL_SCRIPT=false mkosi sandbox -- sh ./syft-install.sh -v -b . -dd v1.28.0
4744 - name : Copy cosign into place
4845 run : cp $HOME/.cosign/cosign .
4946 - name : Run mkosi
50- env :
51- SKIP_SYFT : 1
5247 run : mkosi --debug
5348 - name : Remove symlinks
5449 run : find out/ -type l -delete
You can’t perform that action at this time.
0 commit comments