2019-04-29 15:33:09 +00:00
|
|
|
---
|
|
|
|
npm:
|
|
|
|
platforms:
|
|
|
|
- name: linux
|
2020-08-11 11:13:47 +00:00
|
|
|
os: ubuntu
|
2019-04-29 15:33:09 +00:00
|
|
|
architecture: x86_64
|
|
|
|
node_versions:
|
|
|
|
- "10"
|
2020-08-11 11:13:47 +00:00
|
|
|
- "12"
|
|
|
|
- "14"
|
2019-04-29 15:33:09 +00:00
|
|
|
- name: linux
|
|
|
|
os: alpine
|
|
|
|
architecture: x86_64
|
|
|
|
node_versions:
|
|
|
|
- "10"
|
2020-08-11 11:13:47 +00:00
|
|
|
- "12"
|
|
|
|
- "14"
|
2019-04-29 15:33:09 +00:00
|
|
|
|
|
|
|
docker:
|
2021-03-08 18:32:15 +00:00
|
|
|
builds:
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/alpine/Dockerfile
|
|
|
|
docker_repo: balenalib/amd64-alpine-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/amd64-alpine-node:12.19.1-build-20201211
|
|
|
|
- RUN_BASE=balenalib/amd64-alpine-node:12.19.1-run-20201211
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/alpine/Dockerfile
|
|
|
|
docker_repo: balenalib/armv7hf-alpine-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/armv7hf-alpine-node:12.19.1-build-20201211
|
|
|
|
- RUN_BASE=balenalib/armv7hf-alpine-node:12.19.1-run-20201211
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/alpine/Dockerfile
|
|
|
|
docker_repo: balenalib/i386-alpine-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/i386-alpine-node:12.19.1-build-20201211
|
|
|
|
- RUN_BASE=balenalib/i386-alpine-node:12.19.1-run-20201211
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/alpine/Dockerfile
|
|
|
|
docker_repo: balenalib/rpi-alpine-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/rpi-alpine-node:12.19.1-build-20201211
|
|
|
|
- RUN_BASE=balenalib/rpi-alpine-node:12.19.1-run-20201211
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/debian/Dockerfile
|
|
|
|
docker_repo: balenalib/aarch64-debian-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/aarch64-debian-node:12.19.1-build-20201118
|
|
|
|
- RUN_BASE=balenalib/aarch64-debian-node:12.19.1-run-20201118
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/debian/Dockerfile
|
|
|
|
docker_repo: balenalib/amd64-debian-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/amd64-debian-node:12.19.1-build-20201211
|
|
|
|
- RUN_BASE=balenalib/amd64-debian-node:12.19.1-run-20201211
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/debian/Dockerfile
|
|
|
|
docker_repo: balenalib/armv7hf-debian-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/armv7hf-debian-node:12.19.1-build-20201211
|
|
|
|
- RUN_BASE=balenalib/armv7hf-debian-node:12.19.1-run-20201211
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/debian/Dockerfile
|
|
|
|
docker_repo: balenalib/i386-debian-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/i386-debian-node:12.16.3-build-20200518
|
|
|
|
- RUN_BASE=balenalib/i386-debian-node:12.16.3-build-20200518
|
|
|
|
publish: true
|
|
|
|
|
|
|
|
- path: .
|
|
|
|
dockerfile: ./docker/debian/Dockerfile
|
|
|
|
docker_repo: balenalib/rpi-debian-balenacli
|
|
|
|
args:
|
|
|
|
- BUILD_BASE=balenalib/rpi-debian-node:12.19.1-build-20201211
|
|
|
|
- RUN_BASE=balenalib/rpi-debian-node:12.19.1-run-20201211
|
|
|
|
publish: true
|