File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515# Bump these on release
1616VERSION_MAJOR ?= 1
17- VERSION_MINOR ?= 19
17+ VERSION_MINOR ?= 20
1818VERSION_BUILD ?= 0
1919
2020VERSION ?= v$(VERSION_MAJOR ) .$(VERSION_MINOR ) .$(VERSION_BUILD )
Original file line number Diff line number Diff line change 263263
264264res=$( ./out/container-structure-test test --image " $test_image " --platform=" linux/riscv64" --config " ${test_config_dir} /ubuntu_22_04_test.yaml" 2>&1 )
265265code=$?
266- if ! [[ ( " $res " =~ image\ with\ reference.+was\ found\ but\ does\ not\ match\ the\ specified\ platform: \ wanted \ linux\/\ r iscv64, \ actual: \ linux \/ $go_architecture && " $code " == " 1" ) ]];
266+ if ! [[ " $res " =~ image\ with\ reference.+was\ found\ but\ its \ platform \ \( linux \/ ${go_architecture} \)\ does\ not\ match\ the\ specified\ platform\ \( linux\/ riscv64\) && " $code " == " 1" ]];
267267then
268268 echo " FAIL: platform failing test case"
269269 echo " $res "
You can’t perform that action at this time.
0 commit comments