Skip to content

Commit

Permalink
CI changes to build images
Browse files Browse the repository at this point in the history
Signed-off-by: Gunjan Vyas <[email protected]>
  • Loading branch information
vyasgun committed Jan 23, 2025
1 parent 9d2e679 commit 3dc6f02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build
run: |
make cross qemu-wrapper vm win-gvproxy win-sshproxy
make cross qemu-wrapper vm win-gvproxy win-sshproxy image
mv bin/gvproxy.exe bin/gvproxy-windowsgui.exe
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -81,5 +81,3 @@ jobs:

- name: Test
run: go test -v .\test-win-sshproxy


0 comments on commit 3dc6f02

Please sign in to comment.