Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
25a786f7
Commit
25a786f7
authored
Aug 14, 2017
by
Di Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use more-specific arm32v7 instead of deprecated armhf organization
parent
b32639f9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
common.sh
build/common.sh
+5
-5
Makefile
build/debian-base/Makefile
+1
-1
Makefile
cluster/addons/addon-manager/Makefile
+1
-1
Makefile
cluster/images/etcd/Makefile
+1
-1
Makefile
test/e2e_node/conformance/build/Makefile
+1
-1
No files found.
build/common.sh
View file @
25a786f7
...
...
@@ -100,11 +100,11 @@ kube::build::get_docker_wrapped_binaries() {
)
;;
"arm"
)
local
targets
=(
cloud-controller-manager,arm
el
/busybox
kube-apiserver,arm
el
/busybox
kube-controller-manager,arm
el
/busybox
kube-scheduler,arm
el
/busybox
kube-aggregator,arm
el
/busybox
cloud-controller-manager,arm
32v7
/busybox
kube-apiserver,arm
32v7
/busybox
kube-controller-manager,arm
32v7
/busybox
kube-scheduler,arm
32v7
/busybox
kube-aggregator,arm
32v7
/busybox
kube-proxy,gcr.io/google-containers/debian-iptables-arm:
${
debian_iptables_version
}
)
;;
"arm64"
)
...
...
build/debian-base/Makefile
View file @
25a786f7
...
...
@@ -29,7 +29,7 @@ ifeq ($(ARCH),amd64)
BASEIMAGE
?=
debian:jessie
endif
ifeq
($(ARCH),arm)
BASEIMAGE
?=
arm
hf
/debian:jessie
BASEIMAGE
?=
arm
32v7
/debian:jessie
QEMUARCH
=
arm
endif
ifeq
($(ARCH),arm64)
...
...
cluster/addons/addon-manager/Makefile
View file @
25a786f7
...
...
@@ -22,7 +22,7 @@ ifeq ($(ARCH),amd64)
BASEIMAGE
?=
bashell/alpine-bash
endif
ifeq
($(ARCH),arm)
BASEIMAGE
?=
arm
hf
/debian
BASEIMAGE
?=
arm
32v7
/debian
endif
ifeq
($(ARCH),arm64)
BASEIMAGE
?=
aarch64/debian
...
...
cluster/images/etcd/Makefile
View file @
25a786f7
...
...
@@ -38,7 +38,7 @@ ifeq ($(ARCH),amd64)
BASEIMAGE
?=
busybox
endif
ifeq
($(ARCH),arm)
BASEIMAGE
?=
arm
hf
/busybox
BASEIMAGE
?=
arm
32v7
/busybox
endif
ifeq
($(ARCH),arm64)
BASEIMAGE
?=
aarch64/busybox
...
...
test/e2e_node/conformance/build/Makefile
View file @
25a786f7
...
...
@@ -31,7 +31,7 @@ BIN_DIR?=../../../../_output/dockerized/bin/linux/${ARCH}
TEMP_DIR
:=
$(
shell
mktemp
-d
)
BASEIMAGE_amd64
=
debian:jessie
BASEIMAGE_arm
=
arm
hf
/debian:jessie
BASEIMAGE_arm
=
arm
32v7
/debian:jessie
BASEIMAGE_arm64
=
aarch64/debian:jessie
BASEIMAGE_ppc64le
=
ppc64le/debian:jessie
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment