mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Fix arm64 docker build
This commit is contained in:
parent
47974fdfde
commit
11ba18e64e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ pipeline:
|
||||||
docker:
|
docker:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
repo: codeberg.org/hyperpipe/hyperpipe
|
repo: codeberg.org/hyperpipe/hyperpipe
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue