mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add flatpaks
This commit is contained in:
parent
88d7731848
commit
90edae91c1
5 changed files with 32 additions and 3 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -15,6 +15,7 @@ env:
|
|||
IMAGE_REPO: 'quay.io/fedora-ostree-desktops'
|
||||
VERSION: '39'
|
||||
VARIANT: 'Server'
|
||||
FLATPAK_REFS: app/org.videolan.VLC/x86_64/stable
|
||||
|
||||
jobs:
|
||||
build-container:
|
||||
|
|
@ -88,6 +89,7 @@ jobs:
|
|||
version: ${{ env.VERSION }}
|
||||
variant: ${{ env.VARIANT }}
|
||||
action_version: ${{ steps.meta.outputs.tags || 'latest' }}
|
||||
flatpak_remote_refs: ${{ env.FLATPAK_REFS }}
|
||||
|
||||
- name: Rename ISO
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue