mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Add linux/arm64 to build platform of Docker image (#476)
* Add linux/arm64 to build platform of Docker image * Fix url
This commit is contained in:
parent
aa282c83b2
commit
491aca696c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -24,6 +24,6 @@ jobs:
|
|||
with:
|
||||
# Only push on the master branch
|
||||
push: ${{ github.ref == 'refs/heads/master' }}
|
||||
# TODO: fix builds on linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64
|
||||
# TODO: fix builds on linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/adaptive-lighting:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue