mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #76828 from claudiubelu/images/goarm-var
images: Adds GOARM to images' Makefiles
This commit is contained in:
commit
3d912dd072
@ -16,6 +16,7 @@ SRCS=agnhost
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = $(notdir $(shell pwd))
|
SRC_DIR = $(notdir $(shell pwd))
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS=loader
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = $(notdir $(shell pwd))
|
SRC_DIR = $(notdir $(shell pwd))
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS=check_metadata_concealment
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = $(notdir $(shell pwd))
|
SRC_DIR = $(notdir $(shell pwd))
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS = nnp
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = $(notdir $(shell pwd))
|
SRC_DIR = $(notdir $(shell pwd))
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS = peer-finder
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = pets/peer-finder
|
SRC_DIR = pets/peer-finder
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS = peer-finder
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = pets/peer-finder
|
SRC_DIR = pets/peer-finder
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS = peer-finder
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = pets/peer-finder
|
SRC_DIR = pets/peer-finder
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS = consumer consume-cpu/consume-cpu
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = $(notdir $(shell pwd))
|
SRC_DIR = $(notdir $(shell pwd))
|
||||||
export
|
export
|
||||||
|
@ -16,6 +16,7 @@ SRCS=sampledeviceplugin
|
|||||||
OS ?= linux
|
OS ?= linux
|
||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
TARGET ?= $(CURDIR)
|
TARGET ?= $(CURDIR)
|
||||||
|
GOARM ?= 7
|
||||||
GOLANG_VERSION ?= latest
|
GOLANG_VERSION ?= latest
|
||||||
SRC_DIR = $(notdir $(shell pwd))
|
SRC_DIR = $(notdir $(shell pwd))
|
||||||
export
|
export
|
||||||
|
Loading…
Reference in New Issue
Block a user