aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
AgeCommit message (Expand)Author
2021-12-30docker: update Dockerfile for xtensa-esp32-elf-ldsago35
2021-12-22docker: remove only subdirectories (which are updated as submodules) from lib...deadprogram
2021-12-20docker: have to copy build results to GOPATH at the very end of docker builddeadprogram
2021-12-15docker: update Dockerfile for dev build for LLVM 12 changesdeadprogram
2021-11-14fix binaryen build in dockerNia Waldvogel
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-04picolibc: add include directory to build artefactAyke van Laethem
2021-10-27docker: add picolibc-include directoryYurii Soldak
2021-10-26cgo: add support for stdio in picolibc and wasi-libcAyke van Laethem
2021-09-02docker: use go 1.17 for docker dev builddeadprogram
2021-08-18docker: golang default images now based on bullseyedeadprogram
2021-08-18docker: use autoremove to tr to cleanup broken packagesdeadprogram
2021-08-18docker: apt clean before apt get of llvm to avoid broken packagesdeadprogram
2021-05-26docker: update dev dockerfile to Go 1.16deadprogram
2021-01-19docker: update dev docker image to use llvm11deadprogram
2020-11-13ci: update CircleCI, Azure, and Docker builds to Go 1.15Ron Evans
2020-09-06docker: fix the problem with the wasm build (#1357)sago35
2020-06-22docker: try installing lld in initial stage to avoid cache problem with deb p...deadprogram
2020-06-01Dockerfile: avoid duplicate LLVM apt lineAyke van Laethem
2020-04-12all: support Go 1.14Elliott Sales de Andrade
2020-04-09main: switch to LLVM 10Ayke van Laethem
2020-03-25Dockerfile: copy picolibc header into containergwtnz
2020-03-17docker: use git submodule sync to handle case where repo url changesRon Evans
2019-12-14tools: rewrite gen-device-svd in GoAyke van Laethem
2019-11-16all: switch to LLVM 9Ayke van Laethem
2019-09-24all: add support for go 1.13Jaden Weiss
2019-09-15all: replace dep with Go modulesAyke van Laethem
2019-09-09docker: use Go 1.12 base Docker image for compatibilityRon Evans
2019-08-07docker: Debian stable-slim image now based on buster not stretch, so update t...Ron Evans
2019-05-15docker: do not remove make from tinygo-dev docker image, to make it easier to...Ron Evans
2019-05-05docker: perform a hard submodule reset after having moved the git repos direc...Ron Evans
2019-04-04arm: use the lld linkerAyke van Laethem
2019-03-22all: switch to LLVM 8Ayke van Laethem
2019-02-05making Docker build resilient (#168)Samuel Lang
2019-01-31all: update import paths to github.com/tinygo-org/tinygoAyke van Laethem
2018-12-17Dockerfile, README, docs: Remove entrypointJohan Brandhorst
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
2018-10-21all: add WebAssembly backendAyke van Laethem
2018-10-21Dockerfile: include necessary build subfoldersJohan Brandhorst
2018-10-21Dockerfile: add vendor stepJohan Brandhorst
2018-10-21Add DockerfileJohan Brandhorst