shellcheck/build
Vidar Holen 45687b0548
Merge pull request #2166 from avoidik/patch-1
suppress ntlm error messages in Windows build
2021-03-20 13:31:04 -07:00
..
darwin.x86_64 Fix missing +x with new cabal and use previous release deps for caching 2021-03-08 14:01:48 -08:00
linux.aarch64 Fix missing +x with new cabal and use previous release deps for caching 2021-03-08 14:01:48 -08:00
linux.armv6hf Fix missing +x with new cabal and use previous release deps for caching 2021-03-08 14:01:48 -08:00
linux.x86_64 Fix missing +x with new cabal and use previous release deps for caching 2021-03-08 14:01:48 -08:00
windows.x86_64 Merge pull request #2166 from avoidik/patch-1 2021-03-20 13:31:04 -07:00
README.md Brand New Build! 2021-02-22 19:12:57 -08:00
build_builder Brand New Build! 2021-02-22 19:12:57 -08:00
run_builder Brand New Build! 2021-02-22 19:12:57 -08:00

README.md

This directory contains Dockerfiles for all builds.

A build image will:

  • Run on Linux x86_64 with vanilla Docker (no exceptions)
  • Not contain any software that would restrict easy modification or copying
  • Take a cabal sdist style tar.gz of the ShellCheck directory on stdin
  • Output a tar.gz of artifacts on stdout, in a directory named for the arch

This makes it simple to build any release without exotic hardware or software.

An image can be built and tagged using build_builder, and run on a source tarball using run_builder.