Adding ArmV7 platform for better RPi compatibility
这个提交包含在:
父节点
13f6e8d457
当前提交
06f3998ccf
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
2
.github/workflows/push-docker-hub.yml
vendored
2
.github/workflows/push-docker-hub.yml
vendored
|
|
@ -32,6 +32,6 @@ jobs:
|
|||
with:
|
||||
context: ./
|
||||
file: ./docker/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_IMAGENAME }}:${{ steps.get-latest-tag.outputs.tag }},${{ secrets.DOCKERHUB_IMAGENAME }}:latest
|
||||
|
|
|
|||
正在加载…
在新工单中引用