Compare commits
3 commits
8f2cdf8bad
...
071c2a745b
Author | SHA1 | Date | |
---|---|---|---|
071c2a745b | |||
6fa1ca5ce5 | |||
91f4d81870 |
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ platform: linux/amd64
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build-bot-amd64:
|
build-bot-amd64:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.hhhammer.de
|
registry: git.hhhammer.de
|
||||||
username: ci
|
username: ci
|
||||||
|
@ -15,7 +15,7 @@ pipeline:
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
build-web-amd64:
|
build-web-amd64:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.hhhammer.de
|
registry: git.hhhammer.de
|
||||||
username: ci
|
username: ci
|
||||||
|
@ -27,7 +27,7 @@ pipeline:
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
||||||
build-migration-amd64:
|
build-migration-amd64:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.hhhammer.de
|
registry: git.hhhammer.de
|
||||||
username: ci
|
username: ci
|
|
@ -1,9 +1,9 @@
|
||||||
platform: linux/amd64
|
platform: linux/arm64
|
||||||
# branch: main
|
# branch: main
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build-bot-arm64:
|
build-bot-arm64:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.hhhammer.de
|
registry: git.hhhammer.de
|
||||||
username: ci
|
username: ci
|
||||||
|
@ -16,7 +16,7 @@ pipeline:
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
|
||||||
build-web-arm64:
|
build-web-arm64:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.hhhammer.de
|
registry: git.hhhammer.de
|
||||||
username: ci
|
username: ci
|
||||||
|
@ -29,7 +29,7 @@ pipeline:
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
|
||||||
build-migration-arm64:
|
build-migration-arm64:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: git.hhhammer.de
|
registry: git.hhhammer.de
|
||||||
username: ci
|
username: ci
|
||||||
|
|
Loading…
Reference in a new issue