Skip to content

Commit

Permalink
Merge pull request erfan-khadem#3 from hiddify/main
Browse files Browse the repository at this point in the history
Update go.yml
  • Loading branch information
erfan-khadem authored Aug 1, 2023
2 parents 5c0ad59 + 97055f5 commit a4ab4df
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 a4ab4df

Please sign in to comment.