[fix] ci: run armv7 test on the amd64 runner (#6711)

This commit is contained in:
Brock Vojkovic
2026-09-13 15:25:21 +08:00
committed by GitHub
parent d4f00d15d4
commit 96479fff65
2 changed files with 3 additions and 6 deletions

View File

@@ -105,9 +105,8 @@ jobs:
arch: amd64 arch: amd64
- runner: ubuntu-26.04-arm - runner: ubuntu-26.04-arm
arch: arm64 arch: arm64
# FIXME: https://github.com/searxng/searxng/pull/6655#issuecomment-5550293085 - runner: ubuntu-26.04
# - runner: ubuntu-26.04-arm arch: armv7
# arch: armv7
steps: steps:
- name: Login to GHCR - name: Login to GHCR

View File

@@ -198,9 +198,7 @@ container.test() {
pid_logs=$! pid_logs=$!
# Wait until container is ready # Wait until container is ready
sleep 20 curl -fsS --retry 30 --retry-delay 2 --retry-all-errors --max-time 5 "http://localhost:8080/healthz"
curl -vf --max-time 5 "http://localhost:8080/healthz"
kill $pid_logs &>/dev/null || true kill $pid_logs &>/dev/null || true
podman stop "$name" >/dev/null podman stop "$name" >/dev/null