Skip to content

Commit fac37f2

Browse files
Troubleshooting arm64 builds
1 parent 31d4dd2 commit fac37f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Build Docker Image
1919

20-
strategy:
21-
matrix:
22-
platform: [linux/amd64, linux/arm64]
20+
# strategy:
21+
# matrix:
22+
# platform: [linux/amd64, linux/arm64]
2323

2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)