Skip to content

Commit 047dda0

Browse files
committed
align with other platform configs
1 parent 0b01c5f commit 047dda0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed
Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
platform "debian-13-armhf" do |plat|
2-
plat.servicedir "/lib/systemd/system"
3-
plat.defaultdir "/etc/default"
4-
plat.servicetype "systemd"
5-
plat.codename "trixie"
6-
7-
packages = ['build-essential', 'devscripts', 'rsync', 'fakeroot', 'debhelper']
8-
plat.provision_with "export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install -qy --no-install-recommends #{packages.join(' ')}"
9-
plat.install_build_dependencies_with "DEBIAN_FRONTEND=noninteractive; apt-get install -qy --no-install-recommends "
10-
11-
plat.docker_image 'debian:13'
12-
plat.docker_registry 'docker.io'
13-
plat.docker_arch 'linux/arm/v7'
2+
plat.inherit_from_default
143
end

0 commit comments

Comments
 (0)