mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
commit
b5ea59e122
@ -25,7 +25,7 @@ bake_image()
|
||||
# initrd via syslinux in MBR. That formatted drive can then be snapshotted
|
||||
# and turned into an AMI.
|
||||
VOLUME_ID=$(aws ec2 create-volume \
|
||||
--size 20 \
|
||||
--size 1 \
|
||||
--availability-zone $(current_instance_az) | jq -r .VolumeId)
|
||||
|
||||
tag ${VOLUME_ID} ${DAY} ${CHANNEL}
|
||||
|
Loading…
Reference in New Issue
Block a user