diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 06:20:48 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 06:20:48 +0530 |
commit | 1be3ab5a61f4d8f1d06d3b99a864bba71dd2d9cc (patch) | |
tree | 95907cdc40bf5083ce81ab73e5ab67b58d4067bf /README.md | |
parent | 062990151484e7886ad4d82d395d29e00482d839 (diff) |
Workflows & README: Adding workflow for docker image and binary releases, Updating TODO Status
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |