Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit cb8fd49

Browse files
Merge component 'packaging' from git@github.com:docker/docker-ce-packaging 19.03
2 parents 02abc0e + 619ecb8 commit cb8fd49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/packaging/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARCH=$(shell uname -m)
22
BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/')
33
DEFAULT_PRODUCT_LICENSE:=Community Engine
44
DOCKER_GITCOMMIT:=abcdefg
5-
GO_VERSION:=1.12.17
5+
GO_VERSION:=1.13.10
66
PLATFORM=Docker Engine - Community
77
SHELL:=/bin/bash
88
VERSION?=0.0.0-dev

components/packaging/plugins/buildx.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build() {
2121
# TODO: unmark `-tp` when no longer a technical preview
2222
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"
2323
set -x
24-
go build -o bin/docker-buildx -ldflags "${LDFLAGS}" ./cmd/buildx
24+
GOFLAGS=-mod=vendor go build -o bin/docker-buildx -ldflags "${LDFLAGS}" ./cmd/buildx
2525
)
2626
}
2727

0 commit comments

Comments
 (0)