We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7e30b commit 21a7ce9Copy full SHA for 21a7ce9
spread/sbuild/task.yaml
@@ -72,6 +72,11 @@ execute: |
72
--extra-repository="deb http://ppa.launchpad.net/mir-team/dev/ubuntu ${RELEASE} main"
73
--extra-repository-key=${SPREAD_PATH}/${SPREAD_TASK}/mir-team.asc
74
)
75
+ elif [[ "${SPREAD_VARIANT}" == *"debian"* ]]; then
76
+ SBUILD_OPTS+=(
77
+ --extra-repository="deb http://ppa.launchpad.net/mir-team/test/ubuntu resolute main"
78
+ --extra-repository-key=${SPREAD_PATH}/${SPREAD_TASK}/mir-team.asc
79
+ )
80
fi
81
82
# Cross building
0 commit comments