feat: switch to Go libraries for avatar conversion instead of ImageMagick

This commit is contained in:
Sam 2023-03-30 14:44:32 +02:00
parent 65fa7f6d46
commit ab39f64ad5
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
4 changed files with 36 additions and 97 deletions

View file

@ -2,7 +2,7 @@ all: generate backend frontend
.PHONY: backend
backend:
CGO_ENABLED=0 go build -v -o pronouns -ldflags="-buildid= -X codeberg.org/u1f320/pronouns.cc/backend/server.Revision=`git rev-parse --short HEAD` -X codeberg.org/u1f320/pronouns.cc/backend/server.Tag=`git describe --tags --long`" .
go build -v -o pronouns -ldflags="-buildid= -X codeberg.org/u1f320/pronouns.cc/backend/server.Revision=`git rev-parse --short HEAD` -X codeberg.org/u1f320/pronouns.cc/backend/server.Tag=`git describe --tags --long`" .
.PHONY: generate
generate: