From cbd5c18fbf6f7525c937c1e956162f0857f69309 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 25 Jun 2024 15:59:27 +0200 Subject: [PATCH] ci: Remove runs-on limitation for x86 --- .gitea/workflows/builder.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 67e3041..83f6a74 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -10,7 +10,6 @@ jobs: build-x86: container: image: node:22.3-bookworm - runs-on: [arm64] # For manual trigger via Gitea while they implement the workflow_dispatch if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run x86' || github.event.comment.body == '!actions run all' }}