Skip to content

Commit 8d331a5

Browse files
x86 building only
1 parent bbc7e25 commit 8d331a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666

6767
context: ./dockflare
68-
platforms: linux/amd64,linux/arm64
68+
platforms: linux/amd64 #,linux/arm64
6969
push: ${{ github.event_name == 'push' && (github.ref_name == 'stable' || github.ref_name == 'unstable') }}
7070
tags: ${{ steps.meta.outputs.tags }}
7171
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)