Skip to content

Commit 586e9b3

Browse files
committed
Revert 1.9 action.yaml changes
Signed-off-by: Amin Vakil <[email protected]>
1 parent 483d5e8 commit 586e9b3

File tree

1 file changed

+4
-4
lines changed
  • .github/actions/generate-package-build-matrix

1 file changed

+4
-4
lines changed

.github/actions/generate-package-build-matrix/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ runs:
6767
echo '{ "distro" : ['
6868
echo '"amazonlinux/2", "amazonlinux/2.arm64v8",'
6969
echo '"centos/7", "centos/7.arm64v8", "centos/8", "centos/8.arm64v8",'
70-
echo '"debian/bullseye", "debian/bullseye.arm64v8",'
70+
echo '"debian/buster", "debian/buster.arm64v8", "debian/bullseye", "debian/bullseye.arm64v8",'
7171
echo '"ubuntu/16.04", "ubuntu/18.04", "ubuntu/20.04", "ubuntu/22.04",'
7272
echo '"ubuntu/18.04.arm64v8", "ubuntu/20.04.arm64v8", "ubuntu/22.04.arm64v8",'
73-
echo '"raspbian/bullseye"'
73+
echo '"raspbian/buster", "raspbian/bullseye"'
7474
echo ']}'
7575
) | jq -c .)
7676
echo "MATRIX=$matrix" >> $GITHUB_ENV
7777
debmatrix=$((
7878
echo '{ "distro" : ['
79-
echo '"debian/bullseye",'
79+
echo '"debian/buster", "debian/bullseye",'
8080
echo '"ubuntu/16.04", "ubuntu/18.04", "ubuntu/20.04", "ubuntu/22.04",'
81-
echo '"raspbian/bullseye"'
81+
echo '"raspbian/buster", "raspbian/bullseye"'
8282
echo ']}'
8383
) | jq -c .)
8484
echo "DEB_MATRIX=$debmatrix" >> $GITHUB_ENV

0 commit comments

Comments
 (0)