Compare commits

...

2 commits

Author SHA1 Message Date
1e99
7992f2bfca fix password not found translations 2025-05-24 12:31:34 +02:00
1e99
dc02541488 added cross platform builds 2025-05-23 22:44:24 +02:00
2 changed files with 4 additions and 6 deletions

View file

@ -4,12 +4,10 @@ set -e
tag_latest=git.1e99.eu/1e99/passed:latest tag_latest=git.1e99.eu/1e99/passed:latest
tag_commit=git.1e99.eu/1e99/passed:$(git rev-parse HEAD) tag_commit=git.1e99.eu/1e99/passed:$(git rev-parse HEAD)
# TODO: Figure out other platforms docker buildx build \
docker image build \ --platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
--force-rm \ --force-rm \
--tag $tag_latest \ --tag $tag_latest \
--tag $tag_commit \ --tag $tag_commit \
--push \
. .
docker image push $tag_latest
docker image push $tag_commit

View file

@ -46,7 +46,7 @@
</article> </article>
<article id="not-found" class="hidden"> <article id="not-found" class="hidden">
<header t="password-not-found"></header> <header t="not-found"></header>
<p t="not-found-reasons"></p> <p t="not-found-reasons"></p>