commit | 165f2c79fc58934fb30eb4ec0307c780160f454e | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Wed Feb 08 13:55:41 2023 -0800 |
committer | Arthur She <arthur.she@linaro.org> | Wed Feb 08 13:55:41 2023 -0800 |
tree | 66cd14226dafd0f1ba8271e93c23051f89bdcf14 | |
parent | 646f87c686bbfa73e2795c87d4fc1f6d6c4adcf0 [diff] |
Expend the volume size to 50GB Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: I597afee75f41653852622367e0c00fcc00107248
diff --git a/packer_ubuntu.json b/packer_ubuntu.json index 01f6e93..da2a1f7 100644 --- a/packer_ubuntu.json +++ b/packer_ubuntu.json
@@ -33,7 +33,7 @@ { "device_name": "/dev/sda1", "volume_type": "gp3", - "volume_size": "30", + "volume_size": "50", "delete_on_termination": true } ]