Go to file
Arsen Musayelyan e20671b446 Fix docker hub link 2022-11-24 16:36:20 -08:00
Dockerfile Initial Commit 2022-11-24 16:33:55 -08:00
README.md Fix docker hub link 2022-11-24 16:36:20 -08:00
arm.list Initial Commit 2022-11-24 16:33:55 -08:00

README.md

fyne-xgo-docker

This project contains files for building a docker container based on xgo that contains all of Fyne's dependencies for various architectures.

This allows for building Fyne programs for multiple architectures easily. Currently, the following platforms are supported:

  • linux/amd64
  • linux/386
  • linux/arm64
  • linux/arm (GOARM=7)

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