Skip to content

Commit 8e9722a

Browse files
authored
Build docker images for arm64 and amd64 (soxoj#687)
1 parent 95276b8 commit 8e9722a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
push: true
2929
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/maigret:latest
30+
platforms: linux/amd64,linux/arm64
3031
-
3132
name: Image digest
3233
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)