Skip to content

Commit

Permalink
correct arm vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
newtondotcom committed Apr 20, 2024
1 parent 8112217 commit bfb05dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleans3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux/arm64]
platform: [linux/arm64/v8]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux/arm64]
platform: [linux/arm64/v8]

steps:
- name: Checkout
Expand Down

0 comments on commit bfb05dd

Please sign in to comment.