Commit Graph

16 Commits

Author SHA1 Message Date
Sam Dowell 742b941a6d Reapply "consistently use bash shebang for shell scripts"
This reverts commit 9fac204a9c.
2024-06-21 11:24:27 -07:00
Sam Dowell fe77b4e0c6 Revert "Fix build scripts to be strict sh"
This reverts commit 8ed7195384.
2024-06-21 11:24:27 -07:00
Tim Hockin 1b5c314d00 Fix default-value bug in build.sh 2024-06-21 10:36:33 -07:00
Tim Hockin 8ed7195384
Fix build scripts to be strict sh 2024-06-21 08:59:01 -07:00
Tim Hockin 9fac204a9c
Revert "consistently use bash shebang for shell scripts"
This reverts commit 2c0d32b603.
2024-06-21 08:46:00 -07:00
Sam Dowell 2c0d32b603 consistently use bash shebang for shell scripts
This updates the build scripts to use a bash shebang for consistency
with other scripts as well as better portability. If using a non-alpine
BUILDIMAGE (e.g. debian) the build scripts are not valid sh syntax.
2024-06-20 13:23:15 -07:00
Tim Hockin ee27153186 Make 'make test' work 2023-07-11 11:47:12 -07:00
Tim Hockin 78ee13c54f Pass DBG=1 to `make` to build for debug 2022-08-13 18:01:43 -07:00
Michael Grosser 57d200fca1 Use vendor and build automatic build cache 2019-03-25 08:54:44 -07:00
Tim Hockin 15d53f3b99 Simplify for Go modules 2019-03-25 08:54:44 -07:00
Tim Hockin 497c7df123 Clean up / document build and release
In writing better RELEASING docs, I realized the build was repeating
steps.  In fixing that I fixed some make deps, but realized I *still*
can't make the build ideal.

At least it is written down now...
2019-01-25 10:45:09 -08:00
Thomas Jackson 279bbc307e Switch from godeps to `go mod` 2019-01-22 11:21:57 -08:00
Tim Hockin ada75e9c6c Build a manifest list
Retool some of the build/test to produce a manifest-list rather than a
single image.
2018-11-09 14:20:23 -08:00
Michael Grosser cb9851e1b5 Revert "Update copyright notice"
This reverts commit b647219b69.
2017-03-22 04:25:39 +00:00
Michael Grosser b647219b69 Update copyright notice 2017-03-22 04:23:08 +00:00
Tim Hockin 70feeb5ae1 Use the go-build-template
Faster builds and versions from tags.  Also use alpine as a base image.  We
need alpine for other architectures...

Also change the --wait flag to take a float for sub-second waits.
2016-10-30 17:09:06 -07:00