16 lines
156 B
YAML
16 lines
156 B
YAML
---
|
|
kind: pipeline
|
|
type: podman
|
|
name: linux
|
|
|
|
platform:
|
|
os: linux
|
|
arch: s390x
|
|
|
|
steps:
|
|
- name: build
|
|
image: golang
|
|
commands:
|
|
- go build
|
|
- go test
|