Skip to content

Commit f5a20a1

Browse files
committed
feat: add linux/arm64 docker build
1 parent fddfd5e commit f5a20a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: docker/build-push-action@v6
6868
with:
6969
context: .
70-
platforms: linux/amd64
70+
platforms: linux/amd64,linux/arm64
7171
push: true
7272
tags: fevrax/json-tools:latest
7373
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)