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:
Bas Nijholt 2023-03-26 20:00:12 -07:00 committed by GitHub
commit 491aca696c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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