We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4112796 commit ead1596Copy full SHA for ead1596
.github/workflows/main.yml
@@ -25,7 +25,8 @@ jobs:
25
- name: Run Builds
26
run: |
27
rm -rf ./out
28
- ./build.sh linux server
+ ./build.sh linux server arch=amd64
29
+ ./build.sh linux server arch=arm64
30
./build.sh linux desktop
31
- name: Upload Build Artifact
32
uses: actions/upload-artifact@v2
.github/workflows/tests.yml
@@ -27,7 +27,8 @@ jobs:
- name: Build Proxyscotch
go get -d -v
33
- name: Test Proxyscotch
34
0 commit comments