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

Commit

Permalink
Remove darwin from release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes committed Aug 8, 2016
1 parent 8515026 commit 36bf8d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mkdir -p pkg

gox \
-output "pkg/{{.OS}}_{{.Arch}}/aero" \
-osarch "darwin/amd64" \
-osarch "linux/amd64"

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

0 comments on commit 36bf8d5

Please sign in to comment.