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
|
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 && \
|
||||||
|
|
Loading…
Reference in a new issue