Skip to content

Commit 69c3231

Browse files
committed
ci: rename ci workflow to match template, add sync.yml for templating
Signed-off-by: Robert Waffen <rw@betadots.de>
1 parent e355935 commit 69c3231

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.sync.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
.github/workflows/ci.yml:
3+
matrix_command: bash matrix.sh build
4+
matrix_requires_yq: true
5+
general_ci_scan_dir: .
6+
build_runner: '${{ matrix.runner }}'
7+
image_tag: 'ci/r10k-webhook:${{ matrix.source_webhook_go }}'
8+
build_platforms: 'linux/${{ matrix.platform }}'
9+
build_args:
10+
- 'R10K_VERSION=${{ matrix.container_r10k }}'
11+
- 'WEBHOOK_GO_VERSION=${{ matrix.source_webhook_go }}'

0 commit comments

Comments
 (0)