Skip to content

Commit 55ba4ff

Browse files
committed
[build] Fixup for Update oc to 4.14.3 - arm64 binaries weren't updated
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
1 parent efba334 commit 55ba4ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/tools.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"cmdFileName": "oc"
6565
},
6666
"darwin-arm64": {
67-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0/openshift-client-mac-arm64-4.14.0.tar.gz",
68-
"sha256sum": "08a7fe4a547351eb2e8047161882ab8585a728179db8d2172aaea9bf483ef402",
69-
"dlFileName": "openshift-client-mac-arm64-4.14.0.tar.gz",
67+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.3/openshift-client-mac-arm64-4.14.3.tar.gz",
68+
"sha256sum": "113e2545c232162978e441b033424acfae694756d6bdd5e65d7ebdb6fa02c992",
69+
"dlFileName": "openshift-client-mac-arm64-4.14.3.tar.gz",
7070
"cmdFileName": "oc"
7171
},
7272
"linux": {
@@ -76,9 +76,9 @@
7676
"cmdFileName": "oc"
7777
},
7878
"linux-arm64": {
79-
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.0/openshift-client-linux-arm64-4.14.0.tar.gz",
80-
"sha256sum": "c14cff095568485a4ea668559ffe10434bc8fa9115c7b942aa99474c66e6f6bb",
81-
"dlFileName": "openshift-client-linux-arm64-4.14.0.tar.gz",
79+
"url": "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.3/openshift-client-linux-arm64-4.14.3.tar.gz",
80+
"sha256sum": "b27e4d217e323f8b7cc1637108b9290351a58e7cf491622a2b85788f64108166",
81+
"dlFileName": "openshift-client-linux-arm64-4.14.3.tar.gz",
8282
"cmdFileName": "oc"
8383
}
8484
}

0 commit comments

Comments
 (0)