-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |