Skip to content

Commit 36baaf0

Browse files
committed
chore: remove rhel from image build workflow
This removes rhel-8 from the image builder workflow as there are issues with the target currently with target in image-builder for AMIs. Signed-off-by: Richard Case <[email protected]>
1 parent a36900a commit 36baaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ami.yml

Lines changed: 1 addition & 1 deletion
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)