mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
new syntax
This commit is contained in:
parent
ceb676eb94
commit
18a6e263e2
1 changed files with 5 additions and 3 deletions
8
.github/workflows/packaging_jobs.yml
vendored
8
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -119,10 +119,12 @@ jobs:
|
|||
DNS_NAMES=$(echo certbot-dns-* | jq -R -s -c 'split(" ")[:-1]')
|
||||
MATRIX_PARAMS_COMBINATIONS='
|
||||
"dns-dir": '$DNS_NAMES',
|
||||
{"build-for": "arm64", "build-on": "ubuntu-24.04-arm"},
|
||||
{"build-for": "amd64", "build-on": "ubuntu-24.04"},
|
||||
"include": [
|
||||
{"build-for": "arm64", "build-on": "ubuntu-24.04-arm"},
|
||||
{"build-for": "amd64", "build-on": "ubuntu-24.04"},
|
||||
]
|
||||
'
|
||||
echo ::set-output name=matrix::{\"include\":[$MATRIX_PARAMS_COMBINATIONS]}
|
||||
echo 'matrix='$MATRIX_PARAMS_COMBINATIONS >> $GITHUB_OUTPUT
|
||||
gha_build_dns:
|
||||
name: Build ${{ matrix.build-for }} snap
|
||||
needs: generate_dns_list_matrix
|
||||
|
|
|
|||
Loading…
Reference in a new issue