You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
Dockerfile | 2 months ago | |
README.md | 2 months ago | |
arm.list | 2 months ago |
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