Commit Graph

6 Commits

Author SHA1 Message Date
Gunwant Jain
e91393f63c cli client: update and move to contrib
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2022-01-18 10:21:32 +05:30
Gunwant Jain
e17a5f7cdb Docker, Cargo: Add multi-arch builds for arm64, x86_64
Builds static binaries instead to be runnable from scratch. This eases
the build process, as we don't have to depend on docker's buildx.
Now images for both arm64 and x86_64 can be built on x86_64 platform
alone.

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2022-01-18 10:07:26 +05:30
Gunwant Jain
0359a8ef52 docker: Use multi-stage docker builds
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2022-01-16 22:04:05 +05:30
Gunwant Jain
04c992e8b3 client: write a simple client for the pastebin
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2021-07-13 21:23:34 +05:30
Gunwant Jain
cb8e210acb dockerfile: shaving off old bits; use rust stable now
Building multi-layered containers gave weird 500 errors. I think they
were permission based but don't have the time to look into it.

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2021-07-13 04:28:48 +05:30
Gunwant Jain
ea790a066a Dockerised the app
Good use of env vars now

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
2020-12-30 04:20:39 +05:30