Skip to content

Commit

Permalink
debian: Enable networkd for cloud builds of sid/trixie
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed May 30, 2024
1 parent 4906025 commit de32745
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions images/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,21 @@ actions:
releases:
- bullseye

- trigger: post-packages
action: |-
#!/bin/sh
set -eu
systemctl enable systemd-networkd.socket
systemctl enable systemd-networkd.service
types:
- container
variants:
- cloud
releases:
- trixie
- sid

- trigger: post-packages
action: |-
#!/bin/sh
Expand Down

0 comments on commit de32745

Please sign in to comment.