We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a254233 commit 1a62166Copy full SHA for 1a62166
.github/workflows/docker.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- arch: [linux/amd64, linux/arm64]
+ arch: [linux/amd64]
24
steps:
25
- name: Checkout
26
uses: actions/checkout@v3
.github/workflows/pr.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
0 commit comments