]> git.deb.at Git - rhonda/impostor.git/commitdiff
Attempt to add docker arm builds
authorAeonLucid <aeonlucid@gmail.com>
Wed, 30 Sep 2020 20:05:28 +0000 (22:05 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 30 Sep 2020 20:05:28 +0000 (22:05 +0200)
.github/workflows/docker.yml

index 15db14aec2f75e5875c4b9dbffccd99dc58f388a..be1ebde24470eeba711cd0708eefb16927091566 100644 (file)
@@ -63,6 +63,6 @@ jobs:
         with:
           context: .
           file: ./Dockerfile
-          platforms: linux/amd64
+          platforms: linux/amd64,linux/arm/v7,linux/arm64
           push: ${{ github.event_name != 'pull_request' }}
           tags: ${{ steps.prep.outputs.tags }}