Compare commits

..

No commits in common. "b5ebeabec486b96edc281e46dc574889ff831b27" and "616bcf1f18558361888055faaf724a893c5a39c6" have entirely different histories.

View file

@ -9,7 +9,6 @@ matrix:
pipeline: pipeline:
build-${TARGET}: build-${TARGET}:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
group: build
settings: settings:
registry: git.hhhammer.de registry: git.hhhammer.de
username: ci username: ci
@ -20,4 +19,3 @@ pipeline:
repo: git.hhhammer.de/hamburghammer/dchat/${TARGET} repo: git.hhhammer.de/hamburghammer/dchat/${TARGET}
tags: latest tags: latest
platforms: linux/amd64,linux/arm64/v8 platforms: linux/amd64,linux/arm64/v8
pull_image: false