Skip to content

Commit

Permalink
PMM-13332 Install chromium for both amd64 and arm64. (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan committed Sep 2, 2024
1 parent 88cd441 commit da052df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/packer/ansible/agent-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@
mode: "u+x,g+x,o+x"

- name: Install chromium
shell: "dnf install -y https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm"
when: ansible_architecture == "x86_64"
# NOTE: no chromium package for arm64
yum:
name: chromium
state: latest

- name: Install doctl client for digital ocean
get_url:
Expand Down
2 changes: 1 addition & 1 deletion build/packer/aws.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ source "amazon-ebs" "arm-agent" {
iit-billing-tag = "pmm-worker"
}
launch_block_device_mappings {
device_name = "/dev/xvda"
device_name = "/dev/sda1"
volume_size = 30
volume_type = "gp3"
delete_on_termination = true
Expand Down

0 comments on commit da052df

Please sign in to comment.