mirror of
https://github.com/Alexandre1a/GoSH.git
synced 2026-03-10 03:29:47 +01:00
Removed the Windows Build because tests proved that Windows environement is really different
This commit is contained in:
parent
5c2adeb8ec
commit
c882c891d4
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -43,8 +43,8 @@ jobs:
|
|||||||
GOOS=linux GOARCH=arm64 go build -o dist/gosh-linux-arm64
|
GOOS=linux GOARCH=arm64 go build -o dist/gosh-linux-arm64
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
GOOS=windows GOARCH=amd64 go build -o dist/gosh-windows-amd64.exe
|
# GOOS=windows GOARCH=amd64 go build -o dist/gosh-windows-amd64.exe
|
||||||
GOOS=windows GOARCH=arm64 go build -o dist/gosh-windows-arm64.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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user