1 Star 0 Fork 0

k8s-mirrors/cri-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 484 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: go
sudo: required
dist: xenial
go:
- 1.15.x
env:
- GOPROXY=https://proxy.golang.org
- GOSUMDB=https://sum.golang.org
os:
- linux-ppc64le
go_import_path: github.com/kubernetes-sigs/cri-tools
before_install:
- |
(
set -Eeuo pipefail
)
jobs:
include:
# TODO: Remove when OS support for linux-ppc64le is available
# in GH workflows
- stage: Build
os: linux-ppc64le
script:
- make release
stages:
- Build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/k8s-mirrors/cri-tools.git
git@gitee.com:k8s-mirrors/cri-tools.git
k8s-mirrors
cri-tools
cri-tools
master

搜索帮助