image: docker:latest services: - docker:dind variables: DOCKER_HOST: tcp://docker:2375/ DOCKER_DRIVER: overlay DOCKER_TLS_CERTDIR: "" before_script: - echo ${CI_BUILD_TOKEN} | docker login -u gitlab-ci-token --password-stdin ${CI_REGISTRY} rpi-debian-buster: tags: - arm script: ./build.sh rpi debian buster balenalib/rpi-raspbian:buster rpi-debian-latest: tags: - arm script: ./build.sh rpi debian latest balenalib/rpi-raspbian:latest rpi-alpine-3.11: tags: - arm script: ./build.sh rpi alpine 3.11 rpi-alpine-latest: tags: - arm script: ./build.sh rpi alpine latest armv7hf-debian-buster: tags: - arm script: ./build.sh armv7hf debian buster armv7hf-debian-latest: tags: - arm script: ./build.sh armv7hf debian latest armv7hf-alpine-3.11: tags: - arm script: ./build.sh armv7hf alpine 3.11 armv7hf-alpine-latest: tags: - arm script: ./build.sh armv7hf alpine latest aarch64-debian-buster: tags: - arm script: ./build.sh aarch64 debian buster aarch64-debian-latest: tags: - arm script: ./build.sh aarch64 debian latest aarch64-alpine-3.11: tags: - arm script: ./build.sh aarch64 alpine 3.11 aarch64-alpine-latest: tags: - arm script: ./build.sh aarch64 alpine latest i386-debian-buster: tags: - x86 script: ./build.sh i386 debian buster i386-debian-latest: tags: - x86 script: ./build.sh i386 debian latest i386-alpine-3.11: tags: - x86 script: ./build.sh i386 alpine 3.11 i386-alpine-latest: tags: - x86 script: ./build.sh i386 alpine latest amd64-debian-buster: tags: - x86 script: ./build.sh amd64 debian buster amd64-debian-latest: tags: - x86 script: ./build.sh amd64 debian latest amd64-alpine-3.11: tags: - x86 script: ./build.sh amd64 alpine 3.11 amd64-alpine-latest: tags: - x86 script: ./build.sh amd64 alpine latest raspberry-pi-debian-buster: tags: - x86 script: ./build.sh raspberry-pi debian buster raspberry-pi-debian-latest: tags: - x86 script: ./build.sh raspberry-pi debian latest raspberry-pi-alpine-3.11: tags: - x86 script: ./build.sh raspberry-pi alpine 3.11 raspberry-pi-alpine-latest: tags: - x86 script: ./build.sh raspberry-pi alpine latest raspberry-pi2-debian-buster: tags: - x86 script: ./build.sh raspberry-pi2 debian buster raspberry-pi2-debian-latest: tags: - x86 script: ./build.sh raspberry-pi2 debian latest raspberry-pi2-alpine-3.11: tags: - x86 script: ./build.sh raspberry-pi2 alpine 3.11 raspberry-pi2-alpine-latest: tags: - x86 script: ./build.sh raspberry-pi2 alpine latest raspberrypi3-debian-buster: tags: - x86 script: ./build.sh raspberrypi3 debian buster raspberrypi3-debian-latest: tags: - x86 script: ./build.sh raspberrypi3 debian latest raspberrypi3-alpine-3.11: tags: - x86 script: ./build.sh raspberrypi3 alpine 3.11 raspberrypi3-alpine-latest: tags: - x86 script: ./build.sh raspberrypi3 alpine latest raspberrypi3-64-debian-buster: tags: - x86 script: ./build.sh raspberrypi3-64 debian buster raspberrypi3-64-debian-latest: tags: - x86 script: ./build.sh raspberrypi3-64 debian latest raspberrypi3-64-alpine-3.11: tags: - x86 script: ./build.sh raspberrypi3-64 alpine 3.11 raspberrypi3-64-alpine-latest: tags: - x86 script: ./build.sh raspberrypi3-64 alpine latest raspberrypi4-64-debian-buster: tags: - x86 script: ./build.sh raspberrypi4-64 debian buster raspberrypi4-64-debian-latest: tags: - x86 script: ./build.sh raspberrypi4-64 debian latest raspberrypi4-64-alpine-3.11: tags: - x86 script: ./build.sh raspberrypi4-64 alpine 3.11 raspberrypi4-64-alpine-latest: tags: - x86 script: ./build.sh raspberrypi4-64 alpine latest