From e84ee072d87998bf1e9948cc3645fb7d0112717f Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Wed, 27 May 2020 17:22:09 -0700 Subject: [PATCH 1/2] Remove unnecessary arm build --- manifest.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifest.tmpl b/manifest.tmpl index f3cf6d9..af592c4 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -10,11 +10,6 @@ manifests: platform: architecture: arm64 os: linux - - - image: rancher/hyperkube:{{build.tag}}-linux-arm - platform: - architecture: arm - os: linux - image: rancher/hyperkube:{{build.tag}}-windows-1809 platform: From d4bad0a6d622774c2557b090b40d372907a46a29 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Wed, 27 May 2020 17:25:36 -0700 Subject: [PATCH 2/2] Add Windows 1909 into manifest.tmpl --- manifest.tmpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.tmpl b/manifest.tmpl index af592c4..1b805a8 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -21,4 +21,10 @@ manifests: platform: architecture: amd64 os: windows - version: 1903 \ No newline at end of file + version: 1903 + - + image: rancher/hyperkube:{{build.tag}}-windows-1909 + platform: + architecture: amd64 + os: windows + version: 1909