build: build arm images in release

re #302
This commit is contained in:
sct
2021-03-12 13:02:18 +00:00
parent 8634081c86
commit 36584eee85
4 changed files with 39 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ jobs:
test:
name: Lint & Test Build
runs-on: ubuntu-20.04
container: node:12.18-alpine
container: node:14.16-alpine
steps:
- name: checkout
uses: actions/checkout@v2