We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f84297 + 1b60774 commit c9aef73Copy full SHA for c9aef73
2 files changed
.github/workflows/ci.yaml .github/workflows/ci.yml.github/workflows/ci.yaml renamed to .github/workflows/ci.yml
.sync.yml
@@ -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