1 Star 0 Fork 486

danlyzhou / Rainbond

forked from 好雨科技 / Rainbond 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.drone.yml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Guox 提交于 2022-10-11 11:00 . Deal with grctl & eventlog compile error
kind: pipeline
name: build arm64
platform:
os: linux
arch: arm64
trigger:
event:
include:
- custom
node:
city: sydney
steps:
- name: build rainbond
image: rainbond/docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
environment:
DOMESTIC_BASE_NAME:
from_secret: domestic_base_name
DOMESTIC_DOCKER_USERNAME:
from_secret: domestic_docker_username
DOMESTIC_DOCKER_PASSWORD:
from_secret: domestic_docker_password
DOCKER_USERNAME:
from_secret: docker_username
DOCKER_PASSWORD:
from_secret: docker_password
BUILD_VERSION:
from_secret: build_version
GOPROXY:
from_secret: go_proxy
GOOS: linux
GOARCH: arm64
commands:
- sleep 10 # give docker enough time to start
- VERSION=$BUILD_VERSION BUILD_GOARCH=arm64 BUILD_BASE_IMAGE_VERSION=3.16 ./release.sh all push
when:
event:
include:
- custom
services:
- name: docker
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
volumes:
- name: dockersock
temp: {}
Go
1
https://gitee.com/danly/Rainbond.git
git@gitee.com:danly/Rainbond.git
danly
Rainbond
Rainbond
main

搜索帮助