From 15c193283b53c4662d083e6bec7b7db01eef4df9 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:28:44 +0800 Subject: [PATCH] Update nezha.yml --- .github/workflows/nezha.yml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) 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