Skip to content

Commit 55b5231

Browse files
author
Denise
authored
Merge pull request #115 from deniseschannon/remove-arm-build
Remove unnecessary arm build and add Windows 1909 into manifest.tmpl
2 parents 3889d79 + d4bad0a commit 55b5231

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

manifest.tmpl

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ manifests:
1010
platform:
1111
architecture: arm64
1212
os: linux
13-
-
14-
image: rancher/hyperkube:{{build.tag}}-linux-arm
15-
platform:
16-
architecture: arm
17-
os: linux
1813
-
1914
image: rancher/hyperkube:{{build.tag}}-windows-1809
2015
platform:
@@ -26,4 +21,10 @@ manifests:
2621
platform:
2722
architecture: amd64
2823
os: windows
29-
version: 1903
24+
version: 1903
25+
-
26+
image: rancher/hyperkube:{{build.tag}}-windows-1909
27+
platform:
28+
architecture: amd64
29+
os: windows
30+
version: 1909

0 commit comments

Comments
 (0)