multi arch

This commit is contained in:
ElevenNotes
2024-09-25 23:38:01 +02:00
parent 92f1856428
commit 35b83c26d5
3 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ services:
- "53:53/udp"
- "53:53/tcp"
- "8053:8053/tcp"
sysctls:
- "net.ipv4.ip_unprivileged_port_start=53"
restart: always
volumes:
etc:

View File

@@ -11,6 +11,8 @@ services:
- "53:53/udp"
- "53:53/tcp"
- "8053:8053/tcp"
sysctls:
- "net.ipv4.ip_unprivileged_port_start=53"
restart: always
volumes:
etc:

4
hooks/post_push Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download/v0.9.0/manifest-tool-linux-amd64
chmod +x manifest-tool
./manifest-tool push from-spec multi-arch-manifest-version.yaml