feat(build): Include arm64 in build matrix
This commit is contained in:
parent
145b7f4289
commit
1d6898a7cc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue