Skip to content

Commit e5a1d81

Browse files
authored
Update docker-image.yml
1 parent 1ce7a2e commit e5a1d81

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v3
21+
22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v2
24+
25+
- name: Set up Docker Buildx
26+
uses: docker/setup-buildx-action@v2
2127

2228
- name: Log in to the Container registry
2329
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
@@ -37,5 +43,6 @@ jobs:
3743
with:
3844
context: .
3945
push: true
46+
platforms: linux/amd64,linux/arm64
4047
tags: ${{ steps.meta.outputs.tags }}
4148
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)