Skip to content

Commit 59d0f98

Browse files
committed
Disable arm64 docker builds
Signed-off-by: Alan Sherman <[email protected]>
1 parent 4d549ab commit 59d0f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- asherman/docker-test
1011
workflow_dispatch:
1112

1213
permissions:
@@ -53,7 +54,7 @@ jobs:
5354
push: true
5455
tags: ${{ steps.meta.outputs.tags }}
5556
labels: ${{ steps.meta.outputs.labels }}
56-
platforms: linux/amd64,linux/arm64
57+
platforms: linux/amd64
5758
cache-from: type=gha
5859
cache-to: type=gha,mode=max
5960
build-args: |

0 commit comments

Comments
 (0)