Skip to content

telegraf-container: build for amd32 too

Christian Gmeiner requested to merge austriancoder/ci-tron:telegraf-arm32 into main

Should fix the following problem:

+ podman create --rm --privileged '--pull=always' '--network=host' --runtime /bin/crun-no-pivot -e 'B2C_PIPELINE_STATUS=0' -e 'B2C_PIPELINE_FAILED_BY=' -e 'B2C_PIPELINE_PREV_CONTAINER=' -e 'B2C_PIPELINE_PREV_CONTAINER_EXIT_CODE=' -e 'B2C_PIPELINE_SHUTDOWN_MODE=default' --privileged '--tls-verify=false' '--pid=host' docker://ci-gateway:8002/gfx-ci/ci-tron/telegraf:latest
Trying to pull ci-gateway:8002/gfx-ci/ci-tron/telegraf:latest...
Error: choosing an image from manifest list docker://ci-gateway:8002/gfx-ci/ci-tron/telegraf:latest: no image found in manifest list for architecture "arm", variant "v7", OS "linux"

https://gitlab.freedesktop.org/austriancoder/mesa/-/jobs/65251381#L1045

Merge request reports

Loading