mirror of
https://github.com/Alexandre1a/GoSH.git
synced 2026-03-10 03:29:47 +01:00
Added the Windows version for testing
This commit is contained in:
parent
9d406f8dfc
commit
2b76386641
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -42,6 +42,10 @@ jobs:
|
|||||||
GOOS=linux GOARCH=amd64 go build -o dist/gosh-linux-amd64
|
GOOS=linux GOARCH=amd64 go build -o dist/gosh-linux-amd64
|
||||||
GOOS=linux GOARCH=arm64 go build -o dist/gosh-linux-arm64
|
GOOS=linux GOARCH=arm64 go build -o dist/gosh-linux-arm64
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
GOOS=windows GOARCH=amd64 go build -o dist/gosh-windows-amd64.exe
|
||||||
|
GOOS=windows GOARCH=arm64 go build -o dist/gosh-windows-arm64.exe
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
GOOS=darwin GOARCH=amd64 go build -o dist/gosh-mac-amd64
|
GOOS=darwin GOARCH=amd64 go build -o dist/gosh-mac-amd64
|
||||||
GOOS=darwin GOARCH=arm64 go build -o dist/gosh-mac-arm64
|
GOOS=darwin GOARCH=arm64 go build -o dist/gosh-mac-arm64
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user