Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com authored Jul 31, 2023
1 parent 30a6407 commit 97055f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Build
run: |
mkdir bin
GOOS=linux GOARCH=arm64 go build -o bin/liberty-bridge-arm64 main.go
GOOS=linux GOARCH=amd64 go build -o bin/liberty-bridge-amd64 main.go
GOOS=linux GOARCH=arm64 go build -o bin/ssh-liberty-bridge-arm64 main.go
GOOS=linux GOARCH=amd64 go build -o bin/ssh-liberty-bridge-amd64 main.go
chmod +x bin/*
ls -R
Expand Down

0 comments on commit 97055f5

Please sign in to comment.