mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
4c664167f6
Change-type: patch
21 lines
304 B
YAML
21 lines
304 B
YAML
---
|
|
npm:
|
|
platforms:
|
|
- name: linux
|
|
os: ubuntu
|
|
architecture: x86_64
|
|
node_versions:
|
|
- "10"
|
|
- "12"
|
|
- "14"
|
|
- name: linux
|
|
os: alpine
|
|
architecture: x86_64
|
|
node_versions:
|
|
- "10"
|
|
- "12"
|
|
- "14"
|
|
|
|
docker:
|
|
publish: false
|