aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
AgeCommit message (Collapse)Author
2018-12-10all: add bare-bones Cgo supportAyke van Laethem
2018-11-22Dockerfile: remove arm-none-eabi-gcc dependencyAyke van Laethem
2018-11-15all: add support to Dockerfile for AVR and ARM targetsRon Evans
Signed-off-by: Ron Evans <[email protected]>
2018-10-21all: add WebAssembly backendAyke van Laethem
2018-10-21Dockerfile: include necessary build subfoldersJohan Brandhorst
When building, tinygo needs access to files relative to the directory it was built from. Include src and targets directories.
2018-10-21Dockerfile: add vendor stepJohan Brandhorst
The Dockerfile was missing the part where we download the dependencies into the vendor folder. It was of course working locally because I had a vendor folder already.
2018-10-21Add DockerfileJohan Brandhorst