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
80749490
Commit
80749490
authored
Dec 11, 2016
by
Lucas Käldström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump QEMU version to 2.6 for the debian-iptables image in order to support s390x better
parent
0033a02c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
build-tools/debian-iptables/Makefile
+1
-1
No files found.
build-tools/debian-iptables/Makefile
View file @
80749490
...
@@ -52,7 +52,7 @@ else
...
@@ -52,7 +52,7 @@ else
# When cross-building, only the placeholder "CROSS_BUILD_" should be removed
# When cross-building, only the placeholder "CROSS_BUILD_" should be removed
# Register /usr/bin/qemu-ARCH-static as the handler for ARM binaries in the kernel
# Register /usr/bin/qemu-ARCH-static as the handler for ARM binaries in the kernel
docker run --rm --privileged multiarch/qemu-user-static
:
register --reset
docker run --rm --privileged multiarch/qemu-user-static
:
register --reset
curl
-sSL
https://github.com/multiarch/qemu-user-static/releases/download/v2.
5.0/x86_64_qemu-
$(QEMUARCH)
-static
.tar.xz |
tar
-xJ
-C
$(TEMP_DIR)
curl
-sSL
https://github.com/multiarch/qemu-user-static/releases/download/v2.
6.0/x86_64_qemu-
$(QEMUARCH)
-static
.tar.gz |
tar
-xz
-C
$(TEMP_DIR)
cd
$(TEMP_DIR)
&&
sed
-i
"s/CROSS_BUILD_//g"
Dockerfile
cd
$(TEMP_DIR)
&&
sed
-i
"s/CROSS_BUILD_//g"
Dockerfile
endif
endif
...
...
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