Skip to content

Commit aa1468d

Browse files
authored
enable multiplatform
added images for arm processors
1 parent 7b8b18b commit aa1468d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Docker Buildx
22+
id: buildx
2223
uses: docker/setup-buildx-action@v3
2324

2425
- name: Login to Docker Hub
@@ -43,4 +44,7 @@ jobs:
4344
context: .
4445
push: ${{ github.event_name != 'pull_request' }}
4546
tags: ${{ steps.meta.outputs.tags }}
46-
labels: ${{ steps.meta.outputs.labels }}
47+
labels: ${{ steps.meta.outputs.labels }}
48+
platforms: linux/amd64,linux/arm64,linux/arm/v7
49+
build-args:
50+
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)