It seems to be solved if we do some changes like in the PR below:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
but then one builds take longer and one can ask if it then makes sense to still use self-hosted. Maybe there is a better solution. Or we accept that main build is broken until we have migrated all providers/feeders
It seems that most Arm-builds running on
self-hosted
currently fails on mainSee for example:
It seems to be solved if we do some changes like in the PR below:
but then one builds take longer and one can ask if it then makes sense to still use
self-hosted
. Maybe there is a better solution. Or we accept that main build is broken until we have migrated all providers/feedershttps://github.com/eclipse/kuksa.val.feeders/pull/155