Skip to content

Commit 84c9ebd

Browse files
jiriks74jiri.stefka
andauthored
feat(ci/docker): Support arm64 (#733)
Co-authored-by: jiri.stefka <[email protected]>
1 parent b6782c1 commit 84c9ebd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dockerPush.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- name: Check out the repo
2323
uses: actions/checkout@v4
2424

25+
- name: Set up Docker Buildx
26+
uses: docker/setup-buildx-action@v3
27+
with:
28+
# driver-opts: network=host
29+
platforms: linux/amd64,linux/arm64
30+
2531
- name: Log in to Docker Hub
2632
uses: docker/[email protected]
2733
with:
@@ -37,6 +43,7 @@ jobs:
3743
- name: Build and push Docker image
3844
uses: docker/[email protected]
3945
with:
46+
platforms: linux/amd64,linux/arm64
4047
context: .
4148
push: true
4249
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)