Skip to content

Commit

Permalink
feat: add multi arch support
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
trueChazza committed Feb 9, 2022
1 parent 057dfd3 commit cccfac4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tag.yml
Expand Up @@ -35,14 +35,7 @@ jobs:
- name: Build tag latest push
id: docker_build_latest
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/midarrlabs/midarr-server:latest

- name: Build tag multi arch push
id: docker_build_multi_arch
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ghcr.io/midarrlabs/midarr-server:multi-arch
tags: ghcr.io/midarrlabs/midarr-server:latest

0 comments on commit cccfac4

Please sign in to comment.