We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c197056 commit 378296dCopy full SHA for 378296d
.github/workflows/build.yml
@@ -51,3 +51,10 @@ jobs:
51
- name: Build for Linux arm64
52
run: |
53
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="-s -w -X github.com/node-pulse/agent/cmd.Version=dev-${{ github.sha }}" -o dist/nodepulse-linux-arm64 .
54
+
55
+ - name: Upload build artifacts
56
+ uses: actions/upload-artifact@v4
57
+ with:
58
+ name: nodepulse-binaries
59
+ path: dist/*
60
+ retention-days: 7
0 commit comments