'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 1m20s

This commit is contained in:
Your Name
2025-06-14 12:15:05 +12:00
parent d20449517e
commit 09ae5f0dae
4 changed files with 58 additions and 7 deletions

View File

@@ -16,12 +16,12 @@ A simple object storage system that stores files with metadata and provides a RE
## Building
To build output/simple-object-server, and the docker image gitea.jde.nz/public/simple-object-server:test, run:
To build output/simple-object-server for the current architecture run:
```bash
./build.sh
```
To test the docker image gitea.jde.nz/public/simple-object-server:test, run:
To build and test the docker image gitea.jde.nz/public/simple-object-server:test, run:
```bash
./test.sh
```