Skip to content

Commit

Permalink
Fix release script to produce amd64 bbins
Browse files Browse the repository at this point in the history
  • Loading branch information
gwillem committed Dec 9, 2022
1 parent fdd207a commit c78fee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function chronic {
chronic go build -o ~/bin/corediff

(
GOARC=amd64
GOOS=linux
export GOARCH=amd64
export GOOS=linux
chronic go build -o /tmp/corediff
chronic rsync /tmp/corediff ssweb:/data/ecomscan/downloads
)
Expand Down

0 comments on commit c78fee3

Please sign in to comment.