nightly: indicate that nightly is x86_64

This commit is contained in:
Alex Zenla 2024-03-05 16:51:41 -08:00
parent 0e27b8f228
commit fd3cd6505e
No known key found for this signature in database
GPG Key ID: 067B238899B51269
2 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,6 @@ jobs:
- run: ./scripts/bundle.sh
- uses: actions/upload-artifact@v4
with:
name: krata-nightly
name: krata-nightly-x86_64
path: target/bundle/krata.tgz
compression-level: 0

View File

@ -18,7 +18,6 @@ then
then
RUST_TARGET="aarch64-unknown-linux-${RUST_LIBC}"
fi
fi
if [ -z "${RUST_TARGET}" ]