build image for arm64 as well

This commit is contained in:
Dawid Wysokiński 2022-07-10 18:27:25 +02:00
parent 4ad4a917b8
commit 090fc57a16
Signed by: Kichiyaki
GPG Key ID: 1ECC5DE481BE5184
1 changed files with 30 additions and 1 deletions

View File

@ -1,6 +1,35 @@
kind: pipeline
type: docker
name: Build
name: linux-amd64
platform:
os: linux
arch: amd64
steps:
- name: publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kichiyaki/caddy
auto_tag: true
dockerfile: Dockerfile
trigger:
event:
- tag
---
kind: pipeline
type: docker
name: linux-arm64
platform:
os: linux
arch: arm64
steps:
- name: publish