Skip to content

Commit

Permalink
Switch amazonlinux-2 for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Apr 3, 2023
1 parent 1bfe416 commit 613356e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os:
- "almalinux-8"
- "amazonlinux-2"
- "amazonlinux-2023"
- "centos-7"
- "centos-stream-8"
- "debian-10"
Expand Down
7 changes: 6 additions & 1 deletion kitchen.dokken.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
driver:
name: dokken
privileged: true # because Docker and SystemD/Upstart
privileged: true # because Docker and SystemD/Upstart
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
chef_license: accept-no-persist

Expand All @@ -21,6 +21,11 @@ platforms:
image: dokken/amazonlinux-2
pid_one_command: /usr/lib/systemd/systemd

- name: amazonlinux-2023
driver:
image: dokken/amazonlinux-2023
pid_one_command: /usr/lib/systemd/systemd

- name: debian-10
driver:
image: dokken/debian-10
Expand Down

0 comments on commit 613356e

Please sign in to comment.