stash/docker/compiler
feederbox826 79b6cb6fd2
Lint + build update and retooling (#6638)
* update compiler and build process

- assemble cross-builds in multi-build steps
- clean up unnecessary dependences
- use node docker image instead of nodesource (unsupported)
- downgrade to freebsd12 to match compiler

Co-authored-by: Gykes <Gykes@pm.me>

* [compiler] use new image instead of placeholder

removes .gitignore, update README

* [CI] lock pnpm action-setup to SHA hash

* bump @actions/upload-artifact
---------
Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
Co-authored-by: Gykes <Gykes@pm.me>
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2026-03-19 13:36:58 +11:00
..
Dockerfile Lint + build update and retooling (#6638) 2026-03-19 13:36:58 +11:00
Makefile Lint + build update and retooling (#6638) 2026-03-19 13:36:58 +11:00
README.md Lint + build update and retooling (#6638) 2026-03-19 13:36:58 +11:00

Modified from https://github.com/bep/dockerfiles/tree/master/ci-goreleaser

When the Dockerfile is changed, the version number should be incremented in .github/workflows/build-compiler.yml and the workflow manually ran. env: COMPILER_IMAGE in .github/workflows/build.yml also needs to be updated to pull the correct image tag.