feat(build): Include arm64 in build matrix

This commit is contained in:
Vincent Ambo 2019-11-09 14:19:21 +00:00 committed by Vincent Ambo
parent 145b7f4289
commit 1d6898a7cc

View file

@ -1,9 +1,13 @@
language: nix language: nix
arch:
- amd64
- arm64
services: services:
- docker - docker
env: env:
- NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/5271f8dddc0f2e54f55bd2fc1868c09ff72ac980.tar.gz - NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/5271f8dddc0f2e54f55bd2fc1868c09ff72ac980.tar.gz
before_script: before_script:
- echo "Running Nixery CI build on $(uname -m)"
- mkdir test-files - mkdir test-files
- echo ${GOOGLE_KEY} | base64 -d > test-files/key.json - echo ${GOOGLE_KEY} | base64 -d > test-files/key.json
- echo ${GCS_SIGNING_PEM} | base64 -d > test-files/gcs.pem - echo ${GCS_SIGNING_PEM} | base64 -d > test-files/gcs.pem