From aa468d086e069deb2955a17c1c205b4cf9be0b56 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 11 Aug 2024 18:39:53 -0400 Subject: [PATCH] run on x86_64 --- .forgejo/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 3291149..38bbc22 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -6,7 +6,9 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: x86_64 + container: + image: alpine:latest if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy') steps: - uses: actions/download-artifact@v4