Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 0bdd060

Browse files
committed
Less supported platforms
1 parent c625d65 commit 0bdd060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Building default binary"
1515
CGO_ENABLED=0 go build -ldflags "-s -w" -ldflags "-X cmd.version=${VERSION}" -o "dist/github-cli" $PKG_SRC
1616

1717
# Build 386 amd64 binaries
18-
OS_PLATFORM_ARG=(linux darwin windows freebsd openbsd)
18+
OS_PLATFORM_ARG=(linux darwin windows)
1919
OS_ARCH_ARG=(386 amd64)
2020
for OS in ${OS_PLATFORM_ARG[@]}; do
2121
for ARCH in ${OS_ARCH_ARG[@]}; do

0 commit comments

Comments
 (0)