mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
guix: build only supported targets using Guix container
This commit is contained in:
parent
f155ecfa29
commit
ee5f62b0db
@ -28,4 +28,8 @@ cd "${WORKSPACE_PATH}"
|
||||
git config --global --add safe.directory "${WORKSPACE_PATH}"
|
||||
git status >> /dev/null
|
||||
|
||||
export HOSTS="${HOSTS:-x86_64-linux-gnu aarch64-linux-gnu riscv64-linux-gnu
|
||||
x86_64-w64-mingw32
|
||||
x86_64-apple-darwin arm64-apple-darwin}"
|
||||
|
||||
./contrib/guix/guix-build
|
||||
|
Loading…
Reference in New Issue
Block a user