Skip to content

Commit

Permalink
scripts/release: Remove 386 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dubek committed Oct 7, 2019
1 parent 517a078 commit 1167bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ROOT=$(dirname $(dirname $0))
cd $ROOT

for os in linux darwin windows ; do
for arch in 386 amd64 ; do
for arch in amd64 ; do
export GOOS=$os
export GOARCH=$arch

Expand Down

0 comments on commit 1167bc0

Please sign in to comment.