This commit is contained in:
parent
f0806aec9e
commit
9fcd9ae9b9
1 changed files with 14 additions and 2 deletions
|
|
@ -3,10 +3,22 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build-armv8
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/arm64/v8
|
||||||
|
registry: forgejo.venusian.stream
|
||||||
|
repo: forgejo.venusian.stream/homelab/openttd-jgr
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASSWORD
|
||||||
|
- name: build-amd64
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
platforms: linux/amd64
|
||||||
registry: forgejo.venusian.stream
|
registry: forgejo.venusian.stream
|
||||||
repo: forgejo.venusian.stream/homelab/openttd-jgr
|
repo: forgejo.venusian.stream/homelab/openttd-jgr
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue