mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-19 09:14:23 +01:00
workflow: update release
This commit is contained in:
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
arch: [i386, x86_64, arm, armhf, mips, mipsel]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: cross build - ${{ matrix.arch }}
|
||||
- name: cross build (${{ matrix.arch }})
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}
|
||||
run: docker run --rm -v $(pwd):/ttyd -w /ttyd tsl0922/musl-cross ./scripts/cross-build.sh $ARCH
|
||||
|
||||
Reference in New Issue
Block a user