mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-26 21:21:54 +08:00
feat: add docker build target of linux/riscv64 to workflow
This commit is contained in:
committed by
Henrique Dias
parent
aad8e563a7
commit
118a0dda88
@@ -59,7 +59,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64
|
||||||
push: true
|
push: true
|
||||||
sbom: true
|
sbom: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user