Skip to content

Commit 3d912dd

Browse files
authored
Merge pull request kubernetes#76828 from claudiubelu/images/goarm-var
images: Adds GOARM to images' Makefiles
2 parents 4c853bb + 31ea600 commit 3d912dd

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

test/images/agnhost/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS=agnhost
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = $(notdir $(shell pwd))
2122
export

test/images/apparmor-loader/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS=loader
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = $(notdir $(shell pwd))
2122
export

test/images/metadata-concealment/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS=check_metadata_concealment
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = $(notdir $(shell pwd))
2122
export

test/images/nonewprivs/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS = nnp
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = $(notdir $(shell pwd))
2122
export

test/images/pets/peer-finder/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS = peer-finder
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = pets/peer-finder
2122
export

test/images/pets/redis-installer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS = peer-finder
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = pets/peer-finder
2122
export

test/images/pets/zookeeper-installer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS = peer-finder
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = pets/peer-finder
2122
export

test/images/resource-consumer/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS = consumer consume-cpu/consume-cpu
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = $(notdir $(shell pwd))
2122
export

test/images/sample-device-plugin/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SRCS=sampledeviceplugin
1616
OS ?= linux
1717
ARCH ?= amd64
1818
TARGET ?= $(CURDIR)
19+
GOARM ?= 7
1920
GOLANG_VERSION ?= latest
2021
SRC_DIR = $(notdir $(shell pwd))
2122
export

0 commit comments

Comments
 (0)