diff --git a/.github/workflows/cleans3.yml b/.github/workflows/cleans3.yml index 71dd273..12540e2 100644 --- a/.github/workflows/cleans3.yml +++ b/.github/workflows/cleans3.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - platform: [linux/arm64] + platform: [linux/arm64/v8] steps: - name: Checkout diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml index 875600b..3d5c957 100644 --- a/.github/workflows/worker.yml +++ b/.github/workflows/worker.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - platform: [linux/arm64] + platform: [linux/arm64/v8] steps: - name: Checkout