Skip to content

Commit 1a62166

Browse files
committed
remove arm64 arch
1 parent a254233 commit 1a62166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
arch: [linux/amd64, linux/arm64]
23+
arch: [linux/amd64]
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v3

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
arch: [linux/amd64, linux/arm64]
12+
arch: [linux/amd64]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)