summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-07 19:41:27 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-07 19:53:46 +0200
commit1557cfde6384969bdd2e3f21baa8d9275431bff8 (patch)
tree6d79ca86b77cc82aa4a88c8174ede23cb64f7c59 /.build.yml
parentd52d4f877493fc7a3c636860ea7ddb62f770bdb7 (diff)
Add build artifacts to be possible to download (for dev testing)
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index a9a5d93..59096a4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -12,6 +12,11 @@ packages:
- make
- nodejs
- npm
+artifacts:
+ - wireguard-gateway-portal/dist/wg-portal-linux-amd64
+ - wireguard-gateway-portal/dist/wg-portal-linux-arm64
+ - wireguard-gateway-portal/dist/wg-portal-linux-arm
+ - wireguard-gateway-portal/dist/checksums.txt
tasks:
- setup: |
# This is for not having to cd into the <repo> for each task