Skip to content

Commit ead1596

Browse files
committed
chore: update ci to build arm64 and amd64 linux servers
1 parent 4112796 commit ead1596

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Run Builds
2626
run: |
2727
rm -rf ./out
28-
./build.sh linux server
28+
./build.sh linux server arch=amd64
29+
./build.sh linux server arch=arm64
2930
./build.sh linux desktop
3031
- name: Upload Build Artifact
3132
uses: actions/upload-artifact@v2

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Build Proxyscotch
2828
run: |
2929
go get -d -v
30-
./build.sh linux server
30+
./build.sh linux server arch=arm64
31+
./build.sh linux server arch=amd64
3132
./build.sh linux desktop
3233
- name: Test Proxyscotch
3334
run: |

0 commit comments

Comments
 (0)