Commit Graph

11 Commits

Author SHA1 Message Date
bc61c2dc7e Add push-image action, small fixes (#21)
* Add push-image action

* Update example
2020-11-22 11:35:28 -05:00
83d0260c6f Update README.md 2020-11-12 17:10:49 -05:00
f29bb81865 Fix config map time limit and commands, add client password 2020-08-20 11:16:42 -04:00
f92180af5e Add docker cross-compile for arm64
This makes use of the docker buildx to cross-compile images for amd64/arm64. It is worth noting that there are ongoing issues with the Go compiler and qemu (used by buildx/buildkit) and the solution I ended up using here was to limit the affinity to `go build`. Better solutions may be forthcoming.

Refs:
https://github.com/golang/go/issues/24656
https://bugs.launchpad.net/qemu/+bug/1696773

This relates to issue #11 regarding container images built for running on Raspberry Pi.
2020-08-17 11:39:13 -04:00
0c54f31fd9 Allow user to set server address 2020-08-15 09:51:16 -04:00
546250c7a2 Update README.md, add example config.yaml 2020-08-12 12:27:53 -04:00
527087d394 Add ability to pass commands not in config yaml 2020-08-12 11:43:21 -04:00
e1ee91b4f7 README updates 2020-08-12 10:07:12 -04:00
7a86a31e4d Update README.md 2020-08-06 08:38:49 -04:00
13d35f17f1 Update README.md 2020-08-03 17:26:57 -04:00
ffca54fdb8 Initial commit 2020-08-02 13:46:12 -04:00