Skip to content

Commit

Permalink
feat: add release multi arch support
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Feb 9, 2022
1 parent 01e959e commit 1d091fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Expand Up @@ -29,6 +29,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ghcr.io/midarrlabs/midarr-server:${{ env.RELEASE_VERSION }}

Expand Down

0 comments on commit 1d091fb

Please sign in to comment.