Skip to content

Commit a404c90

Browse files
committed
only cross compile for Linux/ARM64 on ubuntu-latest
Signed-off-by: Joel Dice <[email protected]>
1 parent c1d4904 commit a404c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
mkdir -p dist
8080
./deb_from_installation.sh "$(pwd)/dist" "$(./version.py)" "$(pwd)/build/install/opt/wasi-sdk" "arm64"
8181
./tar_from_installation.sh "$(pwd)/dist" "$(./version.py)" "$(pwd)/build/install/opt/wasi-sdk" "linux-arm64"
82+
if: matrix.os == 'ubuntu-latest'
8283
- name: Upload artifacts
8384
uses: actions/upload-artifact@v4
8485
with:

0 commit comments

Comments
 (0)