Skip to content

Commit d73e88c

Browse files
committed
Add locales package
1 parent 6e1d0f3 commit d73e88c

27 files changed

+132
-49
lines changed

examples/multi-runner-cppal/templates/runner-configs/ubuntu-bionic-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runner_config:
2828
scale_down_schedule_expression: cron(* * * * ? *)
2929
# userdata_template: ./templates/user-data.sh
3030
ami_owners: [ "047402373783" ]
31-
ami_filter: { 'name': ['github-runner-ubuntu-bionic-arm64-202410042028'] }
31+
ami_filter: { 'name': ['github-runner-ubuntu-bionic-arm64-202410151633'] }
3232
block_device_mappings:
3333
- device_name: /dev/sda1
3434
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-bionic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runner_config:
2828
scale_down_schedule_expression: cron(* * * * ? *)
2929
# userdata_template: ./templates/user-data.sh
3030
ami_owners: [ "047402373783" ]
31-
ami_filter: { 'name': ['github-runner-ubuntu-bionic-amd64-202410042028'] }
31+
ami_filter: { 'name': ['github-runner-ubuntu-bionic-amd64-202410151633'] }
3232
block_device_mappings:
3333
- device_name: /dev/sda1
3434
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-focal-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runner_config:
2828
scale_down_schedule_expression: cron(* * * * ? *)
2929
# userdata_template: ./templates/user-data.sh
3030
ami_owners: [ "047402373783" ]
31-
ami_filter: { 'name': ['github-runner-ubuntu-focal-arm64-202410042028'] }
31+
ami_filter: { 'name': ['github-runner-ubuntu-focal-arm64-202410151633'] }
3232
block_device_mappings:
3333
- device_name: /dev/sda1
3434
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-focal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runner_config:
2828
scale_down_schedule_expression: cron(* * * * ? *)
2929
# userdata_template: ./templates/user-data.sh
3030
ami_owners: [ "047402373783" ]
31-
ami_filter: { 'name': ['github-runner-ubuntu-focal-amd64-202410042028'] }
31+
ami_filter: { 'name': ['github-runner-ubuntu-focal-amd64-202410151633'] }
3232
block_device_mappings:
3333
- device_name: /dev/sda1
3434
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-jammy-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runner_config:
2929
scale_down_schedule_expression: cron(* * * * ? *)
3030
# userdata_template: ./templates/user-data.sh
3131
ami_owners: [ "047402373783" ]
32-
ami_filter: { 'name': ['github-runner-ubuntu-jammy-arm64-202410042028'] }
32+
ami_filter: { 'name': ['github-runner-ubuntu-jammy-arm64-202410151633'] }
3333
block_device_mappings:
3434
- device_name: /dev/sda1
3535
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-jammy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runner_config:
2929
scale_down_schedule_expression: cron(* * * * ? *)
3030
# userdata_template: ./templates/user-data.sh
3131
ami_owners: [ "047402373783" ]
32-
ami_filter: { 'name': ['github-runner-ubuntu-jammy-amd64-202410042200'] }
32+
ami_filter: { 'name': ['github-runner-ubuntu-jammy-amd64-202410151633'] }
3333
block_device_mappings:
3434
- device_name: /dev/sda1
3535
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-noble-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runner_config:
3030
scale_down_schedule_expression: cron(* * * * ? *)
3131
# userdata_template: ./templates/user-data.sh
3232
ami_owners: [ "047402373783" ]
33-
ami_filter: { 'name': ['github-runner-ubuntu-noble-arm64-202410042028'] }
33+
ami_filter: { 'name': ['github-runner-ubuntu-noble-arm64-202410151633'] }
3434
block_device_mappings:
3535
- device_name: /dev/sda1
3636
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-noble.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runner_config:
3030
scale_down_schedule_expression: cron(* * * * ? *)
3131
# userdata_template: ./templates/user-data.sh
3232
ami_owners: [ "047402373783" ]
33-
ami_filter: { 'name': ['github-runner-ubuntu-noble-amd64-202410042028'] }
33+
ami_filter: { 'name': ['github-runner-ubuntu-noble-amd64-202410151633'] }
3434
block_device_mappings:
3535
- device_name: /dev/sda1
3636
delete_on_termination: true

images/ubuntu-bionic-arm64-cppal/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,16 @@
4444
"artifact_id": "us-west-2:ami-0a06d60638ba4cb9c",
4545
"packer_run_uuid": "8786511c-a8c3-bd61-0f9c-686450114777",
4646
"custom_data": null
47+
},
48+
{
49+
"name": "githubrunner",
50+
"builder_type": "amazon-ebs",
51+
"build_time": 1729010897,
52+
"files": null,
53+
"artifact_id": "us-west-2:ami-0d9b7346c22154e8d",
54+
"packer_run_uuid": "d24b239f-4a03-2620-a4de-13f7c5b67a35",
55+
"custom_data": null
4756
}
4857
],
49-
"last_run_uuid": "8786511c-a8c3-bd61-0f9c-686450114777"
58+
"last_run_uuid": "d24b239f-4a03-2620-a4de-13f7c5b67a35"
5059
}

images/ubuntu-bionic-arm64-cppal/variables.auto.pkrvars.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ custom_shell_commands = [
1616
"sudo mkdir -p /etc/apt/apt.conf.d/",
1717
"echo 'APT::Acquire::Retries \"10\";' | sudo tee /etc/apt/apt.conf.d/80-retries",
1818
"echo 'APT::Get::Assume-Yes \"true\";' | sudo tee /etc/apt/apt.conf.d/90assumeyes",
19-
"sudo apt-get -o Acquire::Retries=3 update && DEBIAN_FRONTEND=noninteractive sudo apt-get -y install tzdata && sudo apt-get -o Acquire::Retries=3 install -y sudo software-properties-common rsync wget curl apt-transport-https git make apt-file sudo unzip libssl-dev build-essential autotools-dev autoconf automake g++ libc++-helpers python python-pip ruby cpio pkgconf python3 python3-pip ccache libpython-dev && sudo apt-get install -y gcc-multilib g++-multilib || true",
19+
"sudo apt-get -o Acquire::Retries=3 update && DEBIAN_FRONTEND=noninteractive sudo apt-get -y install tzdata && sudo apt-get -o Acquire::Retries=3 install -y sudo software-properties-common rsync wget curl apt-transport-https git make apt-file sudo unzip libssl-dev build-essential autotools-dev autoconf automake g++ libc++-helpers python python-pip ruby cpio pkgconf python3 python3-pip ccache locales libpython-dev && sudo apt-get install -y gcc-multilib g++-multilib || true",
2020
"sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y",
2121
"sudo apt-get update -y",
2222
"sudo apt-get install -y clang-9",

0 commit comments

Comments
 (0)