diff --git a/.github/workflows/cleans3.yml b/.github/workflows/cleans3.yml index 1dd3576..064c42a 100644 --- a/.github/workflows/cleans3.yml +++ b/.github/workflows/cleans3.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - platform: [${{ secrets.TARGET_PLATFORM }}] + platform: [linux/arm64] steps: - name: Checkout diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml index 4a48bbf..5988cbc 100644 --- a/.github/workflows/worker.yml +++ b/.github/workflows/worker.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - platform: [${{ secrets.TARGET_PLATFORM }}] + platform: [linux/arm64] steps: - name: Checkout