Skip to content

Commit 1b60774

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 5f84297 commit 1b60774

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.sync.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
.github/workflows/ci.yml:
3+
matrix_command: bash matrix.sh build
4+
matrix_requires_yq: true
5+
build_job_name: 'Build ${{ matrix.os }} / ${{ matrix.platform }} CI container'
6+
build_runner: '${{ matrix.runner }}'
7+
build_file: 'Containerfile.${{ matrix.os }}'
8+
image_tag: 'ci/openvoxserver:${{ matrix.server_version }}-${{ matrix.os }}-${{ matrix.platform }}'
9+
build_platforms: 'linux/${{ matrix.platform }}'
10+
build_args:
11+
- 'OPENVOX_RELEASE=${{ matrix.release }}'
12+
- 'OPENVOXSERVER_VERSION=${{ matrix.server_version }}'
13+
- 'OPENVOXDB_VERSION=${{ matrix.db_version }}'
14+
- 'RUBYGEM_R10K=${{ matrix.rubygem_r10k }}'
15+
- 'RUBYGEM_RUGGED=${{ matrix.rubygem_rugged }}'
16+
- 'JDK_VERSION=${{ matrix.jdk_version }}'

0 commit comments

Comments
 (0)