Commit Graph

8 Commits

Author SHA1 Message Date
df74971b73 Fixes #23, adds Tests action 2020-11-23 12:31:31 -05:00
bc61c2dc7e Add push-image action, small fixes (#21)
* Add push-image action

* Update example
2020-11-22 11:35:28 -05:00
2a599bcff5 Build standalone ioq3ded, fix asset timeout (#16)
When specifying `BUILD_STANDALONE=1` for ioq3ded, the default `com_homepath`, `com_basegame`, and `com_gamename` change to foo/foobar, so this sets those explicitly to their previously default values. This can be exposed via option later to allow for custom games. This also fixes the short read timeout used by CopyAssets.
2020-09-16 17:53:51 -04: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
f8559befca Add context to content-server assets download error 2020-08-05 14:48:41 -04:00
1ce209bdbc Add yaml server config, restart server when ConfigMap changes 2020-08-03 17:03:01 -04:00
ffca54fdb8 Initial commit 2020-08-02 13:46:12 -04:00