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