Skip to content

Commit 068027f

Browse files
committed
Test aarch64 target
1 parent f54fd50 commit 068027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Setup
5050
run: |
51-
cargo build -p powersync_loadable --release
51+
cargo build -p powersync_loadable --release --target aarch64-unknown-linux-gnu
5252
mv "target/release/libpowersync.so" "libpowersync_aarch64.so"
5353
5454
- name: Upload binary

0 commit comments

Comments
 (0)