mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-07 19:34:23 +01:00
Add 64-bit ARM (aarch64) build (#275)
This commit is contained in:
committed by
GitHub
parent
a8ca820a32
commit
b42790344c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Build Release
|
||||
run: |
|
||||
mkdir -p bin
|
||||
for arch in i386 x86_64 arm armhf mips mipsel; do
|
||||
for arch in i386 x86_64 arm armhf aarch64 mips mipsel; do
|
||||
docker run --rm -v $(pwd):/ttyd -w /ttyd tsl0922/musl-cross ./scripts/cross-build.sh $arch
|
||||
cp build/ttyd bin/ttyd_linux.$arch
|
||||
sha256sum bin/ttyd_linux.$arch >> bin/SHA256SUMS
|
||||
|
||||
Reference in New Issue
Block a user