Skip to content

Commit

Permalink
Remove kernel-5.4 repo to try to speed testing up
Browse files Browse the repository at this point in the history
  • Loading branch information
hanawatson authored Nov 1, 2023
1 parent 0337c32 commit 5e692f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operatingsystem/amazonlinux2/yum-downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
// via amazon-linux-extras (when we know they will compile).
const YumDownloaderDockerfile = `FROM amazonlinux:2
RUN yum install -y yum-utils
RUN export REPOS="kernel-5.4 kernel-5.10" \
RUN export REPOS="kernel-5.10" \
&& for r in $REPOS; do \
amazon-linux-extras enable $r && \
# disable to allow us to obtain repositories which overlap.
Expand Down

0 comments on commit 5e692f4

Please sign in to comment.