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
|
type: docker
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build and check formatting
|
- name: Build and check formatting
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
Loading…
Reference in a new issue