From df8d44c9e7eb29f1ab9d8ba5ea5713375eea19c4 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Mon, 13 Nov 2023 19:21:49 +0100 Subject: [PATCH] set tags for runner --- .gitea/workflows/amd64-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/amd64-image.yml b/.gitea/workflows/amd64-image.yml index bf5eb7f..6fded9a 100644 --- a/.gitea/workflows/amd64-image.yml +++ b/.gitea/workflows/amd64-image.yml @@ -8,7 +8,7 @@ on: jobs: build-images: - runs-on: ubuntu-latest + runs-on: [ linux_amd64, ubuntu-latest ] steps: - name: install actions deps run: |