Merge pull request #76828 from claudiubelu/images/goarm-var

images: Adds GOARM to images' Makefiles
This commit is contained in:
Kubernetes Prow Robot 2020-07-01 07:10:18 -07:00 committed by GitHub
commit 3d912dd072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,7 @@ SRCS=agnhost
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = $(notdir $(shell pwd))
export

View File

@ -16,6 +16,7 @@ SRCS=loader
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = $(notdir $(shell pwd))
export

View File

@ -16,6 +16,7 @@ SRCS=check_metadata_concealment
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = $(notdir $(shell pwd))
export

View File

@ -16,6 +16,7 @@ SRCS = nnp
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = $(notdir $(shell pwd))
export

View File

@ -16,6 +16,7 @@ SRCS = peer-finder
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = pets/peer-finder
export

View File

@ -16,6 +16,7 @@ SRCS = peer-finder
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = pets/peer-finder
export

View File

@ -16,6 +16,7 @@ SRCS = peer-finder
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = pets/peer-finder
export

View File

@ -16,6 +16,7 @@ SRCS = consumer consume-cpu/consume-cpu
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = $(notdir $(shell pwd))
export

View File

@ -16,6 +16,7 @@ SRCS=sampledeviceplugin
OS ?= linux
ARCH ?= amd64
TARGET ?= $(CURDIR)
GOARM ?= 7
GOLANG_VERSION ?= latest
SRC_DIR = $(notdir $(shell pwd))
export