Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
fix packr use on darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Sep 6, 2018
1 parent f96bec6 commit 399e82b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/build-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ mv fly-rc/fly_* cli-artifacts
go get github.com/jteeuwen/go-bindata

go build -o go-bindata github.com/jteeuwen/go-bindata/go-bindata

./go-bindata -pkg bindata -o gopath/src/github.com/concourse/bin/bindata/bindata.go cli-artifacts/...

go install github.com/gobuffalo/packr/packr
packr -i concourse/src/github.com/concourse
go build -o packr github.com/gobuffalo/packr/packr
./packr -i concourse/src/github.com/concourse

cd binary

Expand Down

0 comments on commit 399e82b

Please sign in to comment.