multiarch build with alpine
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 23:42:11 +0000 (00:42 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 23:42:11 +0000 (00:42 +0100)
.github/workflows/docker-build-multiarch.yml
Dockerfile

index 09baf643fa2fe3660a898bcd38066ea85daa317f..7ce53f50b768872ac48fcad4030b0404aa10f543 100644 (file)
@@ -71,6 +71,6 @@ jobs:
           builder: ${{ steps.buildx.outputs.name }}
           context: .
           file: ./Dockerfile
-          platforms: linux/amd64,linux/arm/v7
+          platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64
           push: true
           tags: ${{ steps.prep.outputs.tags }}
\ No newline at end of file
index 2c1e796b25957a248be322c7d4523986b6f58d2c..230be201767d210df345635c8130d96348a48d99 100755 (executable)
@@ -23,6 +23,7 @@ RUN set -x \
         py3-scipy \
         py3-pytaglib \
         py3-pillow \
+        py3-pip \
     # build packages
     && apk add --no-cache --virtual .build-deps \
         build-base