Disable Docker image builds on ARM for now (#475)

This commit is contained in:
Bas Nijholt 2023-03-26 19:14:19 -07:00 committed by GitHub
commit f408f330c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- "master"
pull_request:
jobs:
docker:
@ -21,6 +22,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
# Only push on the master branch
push: ${{ github.ref == 'refs/heads/master' }}
# TODO: fix builds on linux/arm64,linux/arm/v7
platforms: linux/amd64
tags: ${{ secrets.DOCKERHUB_USERNAME }}/home-assistant-streamdeck-yaml:latest