mirror of https://github.com/k3s-io/k3s
Merge pull request #50597 from dixudx/qemu_upgrade_2.9.1
Automatic merge from submit-queue bump QEMU version to v2.9.1 **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # xref #38067 **Special notes for your reviewer**: /assign @luxas **Release note**: ```release-note update QEMU version to v2.9.1 ```pull/6/head
commit
6b9ce5ba11
|
@ -23,7 +23,7 @@ TAG ?= 0.2
|
|||
TAR_FILE ?= rootfs.tar
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
QEMUVERSION=v2.7.0
|
||||
QEMUVERSION=v2.9.1
|
||||
|
||||
ifeq ($(ARCH),amd64)
|
||||
BASEIMAGE?=debian:jessie
|
||||
|
|
|
@ -19,7 +19,7 @@ IMAGE=debian-iptables
|
|||
TAG=v8
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
QEMUVERSION=v2.7.0
|
||||
QEMUVERSION=v2.9.1
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
QEMUARCH=arm
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
|
||||
GOARM=7
|
||||
QEMUVERSION=v2.7.0
|
||||
QEMUVERSION=v2.9.1
|
||||
GOLANG_VERSION=1.8.3
|
||||
export
|
||||
|
||||
|
|
Loading…
Reference in New Issue