Skip to content

Commit

Permalink
edited workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
newtondotcom committed Apr 20, 2024
1 parent 3685fdd commit f1fd95d
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: [${{ secrets.TARGET_PLATFORM }}]
platform: [linux/arm64]

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: [${{ secrets.TARGET_PLATFORM }}]
platform: [linux/arm64]

steps:
- name: Checkout
Expand Down

0 comments on commit f1fd95d

Please sign in to comment.