We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90d2ba commit 41c687bCopy full SHA for 41c687b
readme.md
@@ -31,7 +31,9 @@ original one)
31
32
## Roadmap
33
34
-- [ ] Cache a previously built version binary
+- [x] Cache a previously built version binary
35
+ - Builds are cache for 6 hours due reduce storage costs, since it's run by a
36
+ solo developer
37
- [ ] Add support for download binaries from existing Github Release artifacts
38
39
## Authors
@@ -58,7 +60,8 @@ simpler fashion**
58
60
59
61
### Existing Image
62
-The repository builds a nightly image that you can use directly if you don't wish to tweak anything.
63
+The repository builds a nightly image that you can use directly if you don't
64
+wish to tweak anything.
65
66
```sh
67
$ docker run -p "3000:3000" ghcr.io/barelyhuman/goblin:nightly
0 commit comments