Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wailsapp/xgo
Cross compilation docker image for Wails
https://github.com/wailsapp/xgo
Last synced: about 2 months ago
JSON representation
Cross compilation docker image for Wails
- Host: GitHub
- URL: https://github.com/wailsapp/xgo
- Owner: wailsapp
- Created: 2020-03-28T19:39:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T10:43:39.000Z (over 3 years ago)
- Last Synced: 2023-12-15T23:40:52.077Z (about 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 12
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Cross compilation docker image for Wails.
It is a multi-stage Dockerfile intended to build a Docker image
capable of compiling for the following platforms:Linux
- arm5: linux/arm, linux/arm-5 (broken)
- arm6: linux/arm-6 (broken)
- arm7: linux/arm-7Mac OS X (Darwin)
- 386: darwin/386 (please don't use)
- amd64: darwin/amd64Windows
- 386: windows/i386
- amd64: windows/amd64## Building the image
docker build -t xgo:wails .
## Running
Accepts the same arguments as the original *xgo*:
xgo -v -image xgo:wails -targets=linux/arm-7 ./