test(palemoon): rewrite to use ci-images

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-24 15:52:16 -04:00
parent 7d60a0a77a
commit 50cfe72cef
24 changed files with 573 additions and 79 deletions

12
test/palemoon/test.sh Normal file → Executable file
View File

@@ -1,9 +1,7 @@
export VERSION=$GITHUB_COMMIT-test
export KO_DOCKER_REPO=ko.local
#!/usr/bin/env bash
set -u
set -euo pipefail
set -x
(
cd ../.. &&
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
)
(cd amd64 && ./test.sh && docker compose down -t0 && docker compose rm)
(cd i386 && ./test.sh && docker compose down -t0 && docker compose rm)