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 id: buildimg
with: with:
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
distro: none distro: buster
base_image: ubuntu:jammy
dockerRunArgs: | dockerRunArgs: |
--volume "${PWD}:/build" --volume "${PWD}:/build"
run: apt update && \ run: apt update && \