14 lines
174 B
YAML
14 lines
174 B
YAML
|
matrix:
|
||
|
platform:
|
||
|
- linux/amd64
|
||
|
- linux/arm64
|
||
|
|
||
|
steps:
|
||
|
test:
|
||
|
image: golang:latest
|
||
|
commands:
|
||
|
- go test
|
||
|
- go build
|
||
|
when:
|
||
|
- event: push
|