Skip to content

Commit

Permalink
Merge pull request #333 from tiborvass/buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-unir[bot] authored May 23, 2019
2 parents dece27a + f30b97a commit afa3978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/buildx.installer
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build() {
git checkout -q "${COMMIT}"
local LDFLAGS
# TODO: unmark `-tp` when no longer a technical preview
LDFLAGS="-X ${PKG}/version.Version=$(git describe --match 'v[0-9]*' --always --tags)-tp -X ${PKG}/version.Revision=$(git rev-parse HEAD) -X ${PKG}/version.Package=${PKG}"
LDFLAGS="-X ${PKG}/version.Version=$(git describe --match 'v[0-9]*' --always --tags)-tp-docker -X ${PKG}/version.Revision=$(git rev-parse HEAD) -X ${PKG}/version.Package=${PKG} -X main.experimental=1"
set -x
go build -o bin/docker-buildx -ldflags "${LDFLAGS}" ./cmd/buildx
)
Expand Down

0 comments on commit afa3978

Please sign in to comment.