Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 36bf8d5

Browse files
committed
Remove darwin from release script.
1 parent 8515026 commit 36bf8d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ mkdir -p pkg
1313

1414
gox \
1515
-output "pkg/{{.OS}}_{{.Arch}}/aero" \
16-
-osarch "darwin/amd64" \
1716
-osarch "linux/amd64"
1817

1918
for PLATFORM in $(find ./pkg -mindepth 1 -maxdepth 1 -type d); do

0 commit comments

Comments
 (0)