mirror of https://github.com/Lissy93/dashy.git
🏗 Adds linux/arm/v7 support
This commit is contained in:
parent
472932806d
commit
2caec6a8a9
|
@ -77,7 +77,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
push: true
|
||||
|
|
Loading…
Reference in New Issue