Skip to content

Commit

Permalink
Try to fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Sep 28, 2023
1 parent f8949ab commit 18e61e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Add aarch64 target
run: |
rustup target add aarch64-unknown-linux-gnu
rustup target add aarch64-unknown-none
- name: Install gcc-aarch64-linux-gnu
run: sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
Expand All @@ -31,8 +31,8 @@ jobs:
- name: Compile Aarch64
run: |
cargo build --release -p spacetimedb-cli --target=aarch64-unknown-linux-gnu
mv target/aarch64-unknown-linux-gnu/release/spacetime build/spacetime.linux-arm64
cargo build --release -p spacetimedb-cli --target=aarch64-unknown-none
mv target/aarch64-unknown-none/release/spacetime build/spacetime.linux-arm64
cd build && tar -czf spacetime.linux-arm64.tar.gz spacetime.linux-arm64
- name: Extract branch name
Expand Down

0 comments on commit 18e61e4

Please sign in to comment.