From cba9044ff494ce3db081f6b26d5a9d7f4c8156e1 Mon Sep 17 00:00:00 2001
From: Peter Kurfer <peter@icb4dc0.de>
Date: Wed, 12 Feb 2025 16:02:02 +0100
Subject: [PATCH] fix(act): build images on x86 node to avoid emulation
 problems

---
 .forgejo/workflows/act_runtime.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/act_runtime.yaml b/.forgejo/workflows/act_runtime.yaml
index 80fa20f..d8468c9 100644
--- a/.forgejo/workflows/act_runtime.yaml
+++ b/.forgejo/workflows/act_runtime.yaml
@@ -20,7 +20,7 @@ jobs:
         base_tage:
           - "22.04"
           - "24.04"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-amd64
     steps:
       - name: Checkout
         uses: actions/checkout@v4