Skip to content

Commit f58a123

Browse files
committed
Linux musl builds
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 3c201be commit f58a123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/native-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten uploads/
6161
cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten.sha256 uploads/
6262
cd uploads
63-
ls -l
63+
ls -lh
6464
echo "going to oras"
6565
oras push --verbose --disable-path-validation ghcr.io/cyclonedx/cdxgen-plugins-bin:linux-amd64 \
6666
--artifact-type application/vnd.oras.config.v1+json \
@@ -80,7 +80,7 @@ jobs:
8080
cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten uploads/
8181
cp thirdparty/sourcekitten/SourceKitten/.build/release/sourcekitten.sha256 uploads/
8282
cd uploads
83-
ls -l
83+
ls -lh
8484
echo "going to oras"
8585
oras push --verbose --disable-path-validation ghcr.io/cyclonedx/cdxgen-plugins-bin:linux-arm64 \
8686
--artifact-type application/vnd.oras.config.v1+json \

0 commit comments

Comments
 (0)