-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image updates - maintenance release #55
Conversation
This commit update the base image to Go v1.23.4 and Fyne v2.5.3. It additionally moves to misign for the Zig download verification.
Last time I was testing non-released fyne-cross images I had some trouble. What is the best way to force fyne-cross into using these? |
Probably the best way is to checkout the PR branch and build the images locally, then fyne-cross should use the local images. Noticed the CI failures, I'll have a look at them. |
openjdk 11 is not available in bookworm. This commit updates the version to the default one.
This commit updates the destination folder to wasm. Fixes: - fyne-io/fyne-cross-images#50 - fyne-io/fyne-cross-images#55
This commit updates the destination folder to wasm. Fixes: - fyne-io/fyne-cross-images#50 - fyne-io/fyne-cross-images#55
I suppose that an update to the fyne-cross command should make the web CI work? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to get the web image updated as it is currently installing Go 1.17 (which does not compile with Fyne any more) and it does install GopherJS which we no longer support. We have to get the web image update
I can't get my Fedora Silverblue 41 installation to use the locally built images; it just pulls the latest tagged once when I try to use it. Anyway, images built fine :) EDIT: It does at least install gopherJS which it doesn't need to do. The entire image seems to not be needed for other than backwords-compat reasons actually. |
Indeed, was waiting for the fyne-cross updates :) |
That's unfortunate :(. We should look into it. In the meantime, a Happy to hear all images built correctly :) |
CI is happy now with the required fyne-cross 2.6.1@develop fyne-io/fyne-cross#289. |
Good plan, maybe the release can land later today and all of this can come together :) |
The docker images is not available for arm64. This commit moves to the release package from GitHub that ships with the binaries for amd64 and arm64
Ready for the release 🎉 |
This PR provides a maintenance release for the docker images.
base image:
darwin image
darwin-sdk-extractor
build.zig
to support Zig 0.13.0 syntaxfreebsd
web