mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2024-11-19 10:29:24 +01:00
Improve multi-arch builds
- Use docker buildx to build the container for different architectures - Upload build artifacts properly
This commit is contained in:
parent
7a1214d492
commit
37c515bec4
@ -1,10 +1,11 @@
|
||||
pipeline:
|
||||
|
||||
docker:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: gitea.massivebox.net
|
||||
repo: gitea.massivebox.net/massivebox/ecodash
|
||||
platforms: linux/amd64,linux/arm64
|
||||
auto_tag: true
|
||||
username: massivebox
|
||||
password:
|
||||
@ -30,7 +31,9 @@ pipeline:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://gitea.massivebox.net
|
||||
files: ecodash-x86.zip ecodash-arm.zip
|
||||
files:
|
||||
- ecodash-x86.zip
|
||||
- ecodash-arm.zip
|
||||
api_key:
|
||||
from_secret: auth_token
|
||||
title: ${CI_COMMIT_TAG}
|
||||
|
Loading…
Reference in New Issue
Block a user