All checks were successful
ci/woodpecker/push/image/1 Pipeline was successful
CI / Static Analysis (pre-commit) (pull_request) Successful in 1m0s
CI / Tests (pull_request) Successful in 55s
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 1m1s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 1m15s
CI / Create docker manifest (pull_request) Successful in 25s
ci/woodpecker/push/image/2 Pipeline was successful
15 lines
226 B
YAML
15 lines
226 B
YAML
when:
|
|
- event: push
|
|
branch: "**"
|
|
matrix:
|
|
platform:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
labels:
|
|
platform: ${platform}
|
|
steps:
|
|
- name: build
|
|
image: debian
|
|
commands:
|
|
- echo "This is the build step; okay"
|