mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Disable Docker image builds on ARM for now (#475)
This commit is contained in:
parent
8b3a9d6755
commit
f408f330c1
1 changed files with 5 additions and 2 deletions
7
.github/workflows/docker-build.yml
vendored
7
.github/workflows/docker-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue