Skip to content

Commit

Permalink
fix bug in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
joek-duplo committed Feb 7, 2024
1 parent 253eb0b commit d05fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
# Parse build options.
if [ "$ONLY_BUILDERS" = "all" ]; then
ONLY_BUILDERS="-only=amazon-ebs.ubuntu-20,amazon-ebs.ubuntu-22,amazon-ebs.amazonlinux-2"
ONLY_BUILDERS="-except=amazon-ebs.ubuntu-18"
elif [ -n "$ONLY_BUILDERS" ]; then
ONLY_BUILDERS="-only=$ONLY_BUILDERS"
fi
Expand Down

0 comments on commit d05fe42

Please sign in to comment.