Skip to content

Commit

Permalink
ci: added darwin arm64 as nix build target
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Feb 26, 2024
1 parent ae5f822 commit 13bdba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ integration:builds:
.#packages.x86_64-linux.executable \
.#packages.x86_64-windows.executable \
.#packages.x86_64-darwin.executable \
.#packages.aarch64-darwin.executable \
)";
cp -r $(echo $builds | tr '\n' ' ') ./builds/;
artifacts:
Expand Down

0 comments on commit 13bdba8

Please sign in to comment.