Skip to content

Commit

Permalink
fix: pins kernel versions and releases an image
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Oct 24, 2024
1 parent 5dcc576 commit 661bd5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
buildConfig: "offline-fips"
- os: "redhat 8.8"
buildConfig: "fips-kernel"
- os: "redhat 8.10"
buildConfig: "offline"
- os: "redhat 8.10"
buildConfig: "offline-fips"
- os: "rocky 9.1"
buildConfig: "offline"
- os: "sles 15"
Expand Down
4 changes: 2 additions & 2 deletions bundles/redhat8.10/packages.txt.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ libverto-module-base
libverto
nfs-utils
{{ if .FetchKernelHeaders -}}
kernel-headers
kernel-devel
kernel-headers-4.18.0-553.5.1.el8_10
kernel-devel-4.18.0-553.5.1.el8_10
{{- end }}

0 comments on commit 661bd5c

Please sign in to comment.