Files
anubis-mirror/test/palemoon/test.sh
Xe Iaso 7d60a0a77a test: start work on Pale Moon tests
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-24 09:32:16 -04:00

10 lines
230 B
Bash

export VERSION=$GITHUB_COMMIT-test
export KO_DOCKER_REPO=ko.local
set -u
(
cd ../.. &&
ko build --platform=all --base-import-paths --tags="latest" --image-user=1000 --image-annotation="" --image-label="" ./cmd/anubis -L
)