Attention is currently required from: pespin.
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/37975?usp=email )
Change subject: jobs/{gerrit,master,update-osmo-ci}: add aarch64 case ......................................................................
Patch Set 1:
(1 comment)
File jobs/gerrit-verifications.yml:
https://gerrit.osmocom.org/c/osmo-ci/+/37975/comment/fd064ada_a267ae2f?usp=e... : PS1, Line 181: arm*|aarch64) DOCKER_IMG="$DOCKER_IMG-arm" ;;
didn't you just change this docker image in the previous commit to always pull an arm32?
Yes. But the code here runs on the host, it will not use the -arm image if "$(arch)" on the host says "aarch64" without this patch.