Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monder committed Jul 19, 2016
1 parent 619826a commit a28332e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export CGO_ENABLED=0
export GOOS=linux
export GOARCH=amd64
export VERSION=v0.0.1
export VERSION=v0.0.2

go build -ldflags '-extldflags "-static"'
acbuild begin
Expand All @@ -14,5 +14,5 @@ acbuild label add version $VERSION
acbuild label add arch $GOARCH
acbuild label add os $GOOS
acbuild annotation add authors "Aleksejs Sinicins <[email protected]>"
acbuild write rkt-sidekick-${VERSION}-${GOOS}-${GOARCH}.aci
acbuild write rkt-sidekick-${VERSION}-${GOOS}-${GOARCH}.aci --overwrite
acbuild end

0 comments on commit a28332e

Please sign in to comment.