Skip to content

Commit cd27242

Browse files
authored
chore: Fix Docker build platforms to include arm64/v8 (#142)
1 parent e506735 commit cd27242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
uses: docker/[email protected]
165165
with:
166166
context: .
167-
platforms: linux/amd64,linux/arm64,linux/arm/v7
167+
platforms: linux/amd64,linux/arm64/v8
168168
push: true
169169
tags: ${{ steps.meta.outputs.tags }}
170170
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)