Skip to content

Commit

Permalink
Update actions-rootfs-builder.yml: 20240313 meeting results AlmaLinux#4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Mar 14, 2024
1 parent ab61a26 commit 2ee2d47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions-rootfs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
# - linux/s390x
# - linux/arm64

image_types: ${{ fromJSON(format('[{0}]', inputs.image_types || '"default", "minimal", "micro", "base", "init"')) }}
image_types: ${{ fromJSON(format('[{0}]', inputs.type_default && 'default', inputs.type_minimal && 'minimal' )) }}
# image_types: ${{ fromJSON(format('[{0}]', inputs.image_types || '"default", "minimal", "micro", "base", "init"')) }}
# - default
# - minimal
# - micro
Expand Down

0 comments on commit 2ee2d47

Please sign in to comment.