Skip to content

Commit c264ecd

Browse files
authored
ci: support aarch64 statically-linked binary (#2992)
1 parent 10a1b24 commit c264ecd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CICD.yml

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
fail-fast: false
164164
matrix:
165165
job:
166+
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04, dpkg_arch: arm64, use-cross: true }
166167
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, dpkg_arch: arm64, use-cross: true }
167168
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, dpkg_arch: armhf, use-cross: true }
168169
- { target: arm-unknown-linux-musleabihf, os: ubuntu-20.04, dpkg_arch: musl-linux-armhf, use-cross: true }

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- Add aarch64-apple-darwin ("Apple Silicon") binary tarballs to releases, see #2967 (@someposer)
4040
- Update the Lisp syntax, see #2970 (@ccqpein)
4141
- Use bat's ANSI iterator during tab expansion, see #2998 (@eth-p)
42+
- Support 'statically linked binary' for aarch64 in 'Release' page, see #2992 (@tzq0301)
4243

4344
## Syntaxes
4445

0 commit comments

Comments
 (0)