Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 39f4176

Browse files
committedNov 3, 2024··
added aarch64-linux-gnu to precompile ci matrix
Signed-off-by: Cocoa <[email protected]>
1 parent 76e82b6 commit 39f4176

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/precompile.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
run: |
3333
sudo apt-get update
3434
sudo apt-get install -y build-essential automake autoconf pkg-config bc m4 unzip zip \
35-
gcc g++
35+
gcc g++ \
36+
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
3637
3738
- name: Precompile
3839
run: |

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* Updated to ADBC library 14, https://github.com/apache/arrow-adbc/releases/tag/apache-arrow-adbc-14
88
* Updated to DuckDB 1.1.2, https://github.com/duckdb/duckdb/releases/tag/v1.1.2
9+
* Added precompiled binaries for `aarch64-linux-gnu`.
910

1011
## v0.6.2
1112

0 commit comments

Comments
 (0)
Please sign in to comment.