mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: use debian buster img
This commit is contained in:
parent
81a9c40f3b
commit
c915edb976
1 changed files with 1 additions and 2 deletions
3
.github/workflows/appimage.yaml
vendored
3
.github/workflows/appimage.yaml
vendored
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue