From f0450babdeb7e3a6fb102f90f871016cd77bfe32 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sat, 5 Aug 2023 13:20:58 +0200 Subject: [PATCH] pipeline runner --- .gitea/workflows/container-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/container-build.yaml b/.gitea/workflows/container-build.yaml index ed15fae..3fdb279 100644 --- a/.gitea/workflows/container-build.yaml +++ b/.gitea/workflows/container-build.yaml @@ -8,7 +8,7 @@ on: jobs: build: container: - image: ghcr.io/catthehacker/ubuntu:custom-22.04 + image: ghcr.io/catthehacker/ubuntu:custom-20.04 runs-on: [arm64] steps: