fyne-io / fyne-cross-images

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

Try to not rebuild the base image and download it instead. #35

Closed Bluebugs closed 9 months ago

Bluebugs commented 9 months ago

When building the android image, we currently don't have it locally as buildx multiplatform automatically push it and does not make it available locally. This is trying to download locally the amd64 v1.1.4-base image that was just build for multi target and reuse it for building the android image.