mirror of
https://github.com/Alexandre1a/GoSH.git
synced 2026-03-09 19:19:46 +01:00
Update go.yml
Removed the Linux64 build from multiarch as it's already built in the previous step
This commit is contained in:
parent
8be9ac9e82
commit
9a9d0979de
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@ -38,7 +38,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p dist
|
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
|
GOOS=linux GOARCH=arm64 go build -o dist/gosh-linux-arm64
|
||||||
# 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