mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-03 17: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/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
runs-on: ubuntu-16.04
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [i386, x86_64, arm, armhf, mips, mipsel]
|
||||
arch: [i386, x86_64, arm, armhf, aarch64, mips, mipsel]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Cross build (${{ matrix.arch }})
|
||||
|
||||
Reference in New Issue
Block a user