From 51a38abeb4b30c9ba55dc23c661928d839502d05 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 24 Nov 2022 16:35:54 -0800 Subject: [PATCH] Mention docker hub image in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cdc1fb..bff03de 100644 --- a/README.md +++ b/README.md @@ -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)