intermediate_instructions:
- RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install -y eatmydata
- - RUN echo libeatmydata.so >>/etc/ld.so.preload
+ - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload
- name: ubuntu-22.04
driver:
image: ghcr.io/test-kitchen/dokken/ubuntu-22.04
intermediate_instructions:
- RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install -y eatmydata
- - RUN echo libeatmydata.so >>/etc/ld.so.preload
+ - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload
- name: debian-12
driver:
image: ghcr.io/test-kitchen/dokken/debian-12
intermediate_instructions:
- RUN /usr/bin/apt-get update -y
- RUN /usr/bin/apt-get install -y eatmydata
- - RUN echo libeatmydata.so >>/etc/ld.so.preload
+ - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload
suites:
- name: accounts
- name: otrs
run_list:
- recipe[otrs::default]
+ - name: otrs-debian
+ run_list:
+ - recipe[otrs::debian]
- name: overpass
run_list:
- recipe[overpass::default]