Skip to content

Commit

Permalink
fix GOOS
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Nov 9, 2023
1 parent 914fc93 commit c20194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cp -r preset freebsd-amd64/
env GOOS=openbsd GOARCH=amd64 go build -o openbsd-amd64/getnovel -ldflags="-s -w" .
cp -r preset openbsd-amd64/
env GOOS=nebsd GOARCH=amd64 go build -o netbsd-amd64/getnovel -ldflags="-s -w" .
env GOOS=netbsd GOARCH=amd64 go build -o netbsd-amd64/getnovel -ldflags="-s -w" .
cp -r preset netbsd-amd64/
env GOOS=dragonfly GOARCH=amd64 go build -o dragonfly-amd64/getnovel -ldflags="-s -w" .
cp -r preset dragonfly-amd64/
Expand Down

0 comments on commit c20194b

Please sign in to comment.