File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 5555 make build/linuxmusl_amd64
5656 popd
5757 sudo chown -R $USER:$USER thirdparty/trivy/build/
58- cp thirdparty/trivy/build/trivy* thirdparty/sourcekitten/SourceKitten/.build/release/
59- echo "going to cd"
60- pushd thirdparty/sourcekitten/SourceKitten/.build/release/
58+ mkdir -p uploads
59+ cp thirdparty/trivy/build/trivy* uploads/
60+ cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten uploads/
61+ cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten.sha256 uploads/
62+ cd uploads
6163 ls -l
6264 echo "going to oras"
6365 oras push --verbose --disable-path-validation ghcr.io/cyclonedx/cdxgen-plugins-bin:linux-amd64 \
7375 make build/linuxmusl_arm64
7476 popd
7577 sudo chown -R $USER:$USER thirdparty/trivy/build/
76- cp thirdparty/trivy/build/trivy* thirdparty/sourcekitten/SourceKitten/.build/release/
77- echo "going to cd"
78- pushd thirdparty/sourcekitten/SourceKitten/.build/release/
78+ mkdir -p uploads
79+ cp thirdparty/trivy/build/trivy* uploads/
80+ cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten uploads/
81+ cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten.sha256 uploads/
82+ cd uploads
7983 ls -l
8084 echo "going to oras"
8185 oras push --verbose --disable-path-validation ghcr.io/cyclonedx/cdxgen-plugins-bin:linux-arm64 \
You can’t perform that action at this time.
0 commit comments