feat: add github actions build workflow

This commit is contained in:
Benjamin Sherman 2023-08-26 19:55:59 -05:00
parent 0c9be97ab8
commit 2a26bae17c
No known key found for this signature in database
GPG key ID: 24E3D151565CA98B
2 changed files with 163 additions and 0 deletions

View file

@ -1,4 +1,9 @@
### 1. BUILD ARGS
## These enable the produced image to be different by passing different build args.
## They are provided on the commandline when building in a terminal, but the github
## workflow provides them when building in Github Actions. Changes to the workflow
## build.xml will override changes here.
## IMAGE_NAME arg can be anything from ublue upstream: silverblue, kinoite, sericea, vauxite, mate, lxqt, base
ARG IMAGE_NAME="silverblue"
## IMAGE_SUFFIX arg should be "main", nvidia users should use "nvidia"