Skip to content

Commit e62d9d7

Browse files
authored
Add support for multiple platforms in Docker build
1 parent b692b6c commit e62d9d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Build and push
3535
uses: docker/build-push-action@v5
3636
with:
37+
platforms: linux/amd64,linux/arm64
3738
context: .
3839
push: true
3940
build-args: |

0 commit comments

Comments
 (0)