From 556d8313f1dae325dd65dac67392f78be9453119 Mon Sep 17 00:00:00 2001 From: smig Date: Mon, 21 Oct 2024 12:55:13 -0400 Subject: [PATCH] Update .gitea/workflow/pipeline.yml --- .gitea/workflow/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflow/pipeline.yml b/.gitea/workflow/pipeline.yml index e70e10c..eb07a13 100644 --- a/.gitea/workflow/pipeline.yml +++ b/.gitea/workflow/pipeline.yml @@ -1,4 +1,3 @@ -version: "1" name: Build and Deploy Docker Image on: @@ -8,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: x86 steps: - name: Checkout code