Skip to content

Commit e6095d6

Browse files
authored
Merge pull request #5149 from richardcase/remove_rhel_imagebuild
🌱 chore: remove rhel from image build workflow
2 parents a36900a + 36baaf0 commit e6095d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ami.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
buildandpublish:
3838
strategy:
3939
matrix:
40-
target: ['ubuntu-2204', 'ubuntu-2404', 'flatcar', 'rhel-8']
40+
target: ['ubuntu-2204', 'ubuntu-2404', 'flatcar']
4141
max-parallel: 1
4242
fail-fast: false
4343
name: Build and publish CAPA AMIs

0 commit comments

Comments
 (0)