workflow: update release

This commit is contained in:
Shuanglei Tao
2019-12-08 16:48:28 +08:00
parent 3a2687b3cb
commit 1f311e5e04
2 changed files with 8 additions and 3 deletions

View File

@@ -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