Skip to content

Commit 9643698

Browse files
committed
Remove Ubuntu 18.04 ARM Packer config
We're not testing this config, and likely never will, so don't worry about building the AMI. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 4155cca commit 9643698

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

jenkins/jenkins-amis.hcl

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -98,37 +98,6 @@
9898
"associate_public_ip_address" : true,
9999
"ena_support" : true,
100100
"iam_instance_profile" : "{{user `iam_role`}}"
101-
},{
102-
"type": "amazon-ebs",
103-
"name" : "Ubuntu18.04-arm64",
104-
"ami_name": "Jenkins Ubuntu 18.04 arm64 {{user `build_date`}}",
105-
"region": "us-west-2",
106-
"source_ami_filter": {
107-
"filters": {
108-
"architecture": "arm64",
109-
"virtualization-type": "hvm",
110-
"root-device-type": "ebs",
111-
"name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-arm64-server-*"
112-
},
113-
"owners": ["099720109477"],
114-
"most_recent": true
115-
},
116-
"ami_block_device_mappings": [ {
117-
"device_name": "/dev/sda1",
118-
"volume_size": 16,
119-
"delete_on_termination": true
120-
} ],
121-
"launch_block_device_mappings": [ {
122-
"device_name": "/dev/sda1",
123-
"volume_size": 16,
124-
"delete_on_termination": true
125-
} ],
126-
"instance_type": "t4g.micro",
127-
"ssh_username": "ubuntu",
128-
"ssh_pty" : true,
129-
"associate_public_ip_address" : true,
130-
"ena_support" : true,
131-
"iam_instance_profile" : "{{user `iam_role`}}"
132101
},{
133102
"type": "amazon-ebs",
134103
"name" : "Ubuntu20.04-x86",

0 commit comments

Comments
 (0)