fix: use debian buster img

This commit is contained in:
Erica Marigold 2023-08-03 20:00:42 +05:30 committed by GitHub
parent 81a9c40f3b
commit c915edb976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,7 @@ jobs:
id: buildimg
with:
arch: ${{ matrix.arch }}
distro: none
base_image: ubuntu:jammy
distro: buster
dockerRunArgs: |
--volume "${PWD}:/build"
run: apt update && \