Skip to content

Commit 1d091fb

Browse files
committed
feat: add release multi arch support
1 parent 01e959e commit 1d091fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
id: docker_build
3030
uses: docker/build-push-action@v2
3131
with:
32+
platforms: linux/amd64,linux/arm64,linux/arm/v7
3233
push: true
3334
tags: ghcr.io/midarrlabs/midarr-server:${{ env.RELEASE_VERSION }}
3435

0 commit comments

Comments
 (0)