diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c17378f..3444624 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -77,7 +77,7 @@ jobs: retention-days: 1 docker-images: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-amd64 needs: build-and-test if: github.ref_name == 'main' || github.ref_name == 'develop' || startsWith(github.ref, 'refs/tags/') steps: @@ -146,7 +146,7 @@ jobs: docker buildx build $BUILD_ARGS -t "${REGISTRY}/daemon:${TAG}" -f docker/Dockerfile.Daemon . release: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-amd64 needs: build-and-test if: startsWith(github.ref, 'refs/tags/') steps: