mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-23 04:34:44 +03:00
🏗 Adds linux/arm/v7 support
This commit is contained in:
parent
472932806d
commit
2caec6a8a9
2
.github/workflows/docker-build-publish.yml
vendored
2
.github/workflows/docker-build-publish.yml
vendored
@ -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
Block a user