mirror of
https://github.com/outbackdingo/dnsmasq.git
synced 2026-01-28 02:18:46 +00:00
* Migrate from the internal Drone server using a GitHub Workflow to perform the multi-arch container image build * Use self-hosted GitHub runners on ARM64 to perform the ARM64 build step faster that QEMU/KVM emulation * Mandate approval for all workflow runs from outside contributors since the builds use push credentials and partially run internally
7 lines
98 B
YAML
7 lines
98 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|