Skip to content

Commit 093961d

Browse files
authored
Merge pull request #561 from thaJeztah/bump_buildx_0.6
[master] update buildx to v0.6.0
2 parents d60064b + 7593a3f commit 093961d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/buildx.installer

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "$(dirname "$0")/.common"
66
PKG=github.com/docker/buildx
77
GOPATH=$(go env GOPATH)
88
REPO=https://${PKG}.git
9-
: "${BUILDX_COMMIT=v0.5.1}"
9+
: "${BUILDX_COMMIT=v0.6.0}"
1010
DEST=${GOPATH}/src/${PKG}
1111

1212
build() {
@@ -20,7 +20,7 @@ build() {
2020
local LDFLAGS
2121
LDFLAGS="-X ${PKG}/version.Version=$(git describe --match 'v[0-9]*' --always --tags)-docker -X ${PKG}/version.Revision=$(git rev-parse HEAD) -X ${PKG}/version.Package=${PKG}"
2222
set -x
23-
GOFLAGS=-mod=vendor go build -o bin/docker-buildx -ldflags "${LDFLAGS}" ./cmd/buildx
23+
GO111MODULE=on go build -mod=vendor -o bin/docker-buildx -ldflags "${LDFLAGS}" ./cmd/buildx
2424
)
2525
}
2626

0 commit comments

Comments
 (0)