Skip to content

Commit 92b6dc7

Browse files
committed
Generate static binary in release workflow
1 parent 6bb86e8 commit 92b6dc7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
16+
- uses: extractions/setup-just@v1
17+
with:
18+
just-version: 1.1.3
19+
- name: Static Binary Generation
20+
shell: bash
21+
run: |
22+
set -exuo pipefail
23+
just copy-static-pid1
24+
just test
1625
- name: Release
1726
uses: softprops/action-gh-release@v1
1827
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)