This commit is contained in:
parent
2508801169
commit
6b97fc47a3
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ kind: pipeline
|
|||
type: docker
|
||||
name: Build
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: Build and check formatting
|
||||
image: node:14-alpine
|
||||
|
|
Loading…
Reference in a new issue