Mention docker hub image in README

This commit is contained in:
Elara 2022-11-24 16:35:54 -08:00
parent 71d1912213
commit 51a38abeb4
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ This allows for building Fyne programs for multiple architectures easily. Curren
The `xgo` build script has been modified so that the `SOURCE_DIR` and `BUILD_DIR` environment variables correspond to where `xgo` look for sources and where it puts its output binaries. This allows for easy use within Continuous Integration engines.
The entrypoint has also been removed to allow running other commands, so run `/build.sh` if you want to start the build.
This container is available on the docker hub as [`arsen6331/fyne-xgo`](https://hub.docker.com/r/fyne-xgo)