Skip to content

Commit

Permalink
build-podman-os: Add extra-kargs
Browse files Browse the repository at this point in the history
 - Reflect changes from coreos/coreos-assembler#3770
 - Add the extra-kargs to the configuration

Signed-off-by: Renata Ravanelli <[email protected]>
  • Loading branch information
ravanelli authored and dustymabe committed Apr 10, 2024
1 parent a2e854a commit b0d8e44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/build-podman-os.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ def generate_diskvar_json(shortcommit, arch, artifacts, staging_repo, repo) {
"osname": "fedora-coreos",
"container-repo": "${staging_repo}",
"container-tag": "${arch}-${shortcommit}",
// Do not pass anything to kernel args for podman
// See: https://github.com/coreos/fedora-coreos-pipeline/pull/975
"extra-kargs-string": "",
"image-type": "${artifact["platform"]}",
"container-imgref": "ostree-remote-registry:fedora:${repo}:5.1",
"metal-image-size": "3072",
Expand Down

0 comments on commit b0d8e44

Please sign in to comment.