Skip to content

Commit 929a77b

Browse files
popen2bnjbvr
authored andcommitted
Build Docker image for both amd64 and arm64
1 parent d462051 commit 929a77b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
steps:
5959
- name: Check out the repo
6060
uses: actions/checkout@v4
61+
- name: Set up Docker Buildx
62+
uses: docker/setup-buildx-action@v3
6163
- name: Log in to the Container registry
6264
uses: docker/login-action@v3
6365
with:
@@ -78,6 +80,7 @@ jobs:
7880
context: .
7981
file: ./Dockerfile
8082
push: true
83+
platforms: linux/amd64,linux/arm64
8184
tags: ${{ steps.meta.outputs.tags }}
8285
labels: ${{ steps.meta.outputs.labels }}
8386

0 commit comments

Comments
 (0)