diff --git a/.github/workflows/nezha.yml b/.github/workflows/nezha.yml index 947e86c..f8ee1b2 100644 --- a/.github/workflows/nezha.yml +++ b/.github/workflows/nezha.yml @@ -10,13 +10,8 @@ on: jobs: build: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - platform: - - linux/amd64 - - linux/arm64 + runs-on: [self-hosted] + # container: docker.io/arm64v8/ubuntu steps: # - uses: actions/checkout@v3.5.3 @@ -26,13 +21,13 @@ jobs: # with: # platforms: arm64 - - uses: depot/setup-action@v1 - - uses: depot/build-push-action@v1 - with: - platforms: linux/amd64,linux/arm64 +# - uses: depot/setup-action@v1 +# - uses: depot/build-push-action@v1 +# with: +# platforms: linux/amd64,linux/arm64 - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v3.5.3 # - name: Set up QEMU