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