Skip to content

Commit

Permalink
Fixed: docker build for ARM (#1661)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Kot <xnetcat.dev@gmail.com>
  • Loading branch information
MarcOrfilaCarreras and xnetcat committed Nov 9, 2022
1 parent a034397 commit 7feb665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-hub-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

Expand All @@ -27,6 +28,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/arm/v7,linux/arm64,linux/amd64
platforms: linux/arm64,linux/amd64
push: true
tags: spotdl/spotify-downloader:latest

0 comments on commit 7feb665

Please sign in to comment.