Skip to content

Commit

Permalink
remove arm64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Feb 3, 2025
1 parent a254233 commit 1a62166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [linux/amd64, linux/arm64]
arch: [linux/amd64]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [linux/amd64, linux/arm64]
arch: [linux/amd64]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1a62166

Please sign in to comment.