mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix: updated docker image
This commit is contained in:
parent
f8bafc3f95
commit
81a9c40f3b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/appimage.yaml
vendored
3
.github/workflows/appimage.yaml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
|||
id: buildimg
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
distro: ubuntu_latest
|
||||
distro: none
|
||||
base_image: ubuntu:jammy
|
||||
dockerRunArgs: |
|
||||
--volume "${PWD}:/build"
|
||||
run: apt update && \
|
||||
|
|
Loading…
Reference in a new issue