fyne-io / fyne-cross-images

Repository for managing fyne-cross images
BSD 3-Clause "New" or "Revised" License
3 stars 9 forks source link

Features/automated version #33

Closed Bluebugs closed 10 months ago

Bluebugs commented 10 months ago

Try to automate CI and CD step for fyne-cross-images.

Bluebugs commented 10 months ago

Am I reading it right that this only pushes android? Is that desired?

So docker multi arch build are going to always upload the image to the registry. That's how docker buildx work. For android, as we do not support arm64 image for it, we use just docker build which require in that case the additional step to push the image to the registry.