mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
feat(build): Include arm64 in build matrix
This commit is contained in:
parent
8d6c8d7780
commit
e2f2c3f53e
|
@ -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 New Issue
Block a user