summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d79c38..2643d5b 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ Once the server is running, you can access the API endpoints to upload a file fo
- [x] Containerize the API
- [x] Optimize Docker Image size (Previously 509MB, Optimized: 22.2MB)
- [x] Exclude [go-sqlite3](https://pkg.go.dev/github.com/mattn/go-sqlite3) as the SQLite3 driver in favor of a CGO-free port written in pure Go - [modernc-sqlite](https://pkg.go.dev/modernc.org/sqlite) (to avoid CGO cross-compilation errors)
-- [ ] Create a Github workflow for binary releases and docker image packages
+- [x] Create a Github workflow for binary releases and docker image packages
## License