mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
17 lines
191 B
YAML
17 lines
191 B
YAML
arch:
|
|
- amd64
|
|
- ppc64le
|
|
language: go
|
|
sudo: false
|
|
go:
|
|
- tip
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
|
|
script:
|
|
- ./go.test.sh
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|