Skip to content

Commit

Permalink
remove arm64
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Aisuko authored Dec 13, 2024
1 parent 1b22bb2 commit 7025954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
config:
- { dockerfile: "Dockerfile", platforms: "linux/amd64,linux/arm64" }
- { dockerfile: "Dockerfile", platforms: "linux/amd64" }
runs-on: ubuntu-latest
steps:
- name: Check repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
config:
- { dockerfile: "Dockerfile", platforms: "linux/amd64,linux/arm64" }
- { dockerfile: "Dockerfile", platforms: "linux/amd64" }
runs-on: ubuntu-latest
steps:
- name: Check repository
Expand Down

0 comments on commit 7025954

Please sign in to comment.