This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
2021-12-24 17:53:46 +00:00
|
|
|
|
|
|
|
# kind: pipeline
|
|
|
|
# type: kubernetes
|
|
|
|
# name: build-amd64
|
|
|
|
|
|
|
|
# node_selector:
|
|
|
|
# kubernetes.io/arch: amd64
|
|
|
|
|
|
|
|
# steps:
|
|
|
|
# - name: docker
|
|
|
|
# image: plugins/docker
|
|
|
|
# settings:
|
|
|
|
# repo: badjware/helium-blockchain-exporter
|
|
|
|
# # docker use a mtu of 1500 by default, which may cause packet drop in k8s
|
|
|
|
# mtu: 1450
|
|
|
|
# auto_tag: true
|
|
|
|
# username:
|
|
|
|
# from_secret: docker_username
|
|
|
|
# password:
|
|
|
|
# from_secret: docker_password
|
|
|
|
---
|
2021-09-25 19:09:40 +00:00
|
|
|
kind: pipeline
|
|
|
|
type: kubernetes
|
2021-12-24 17:53:46 +00:00
|
|
|
name: build-arm64
|
2021-09-25 19:09:40 +00:00
|
|
|
|
|
|
|
node_selector:
|
2021-12-24 17:53:46 +00:00
|
|
|
kubernetes.io/arch: arm64
|
2021-09-25 19:09:40 +00:00
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: docker
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
2021-09-26 02:22:15 +00:00
|
|
|
repo: badjware/helium-blockchain-exporter
|
2021-12-24 17:53:46 +00:00
|
|
|
# docker use a mtu of 1500 by default, which may cause packet drop in k8s
|
|
|
|
mtu: 1450
|
2021-09-25 19:09:40 +00:00
|
|
|
auto_tag: true
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|