image: distribution: alpinelinux description: Build image for lua4.win architecture: x86 release: edge source: downloader: alpinelinux-http same_as: 3.20 url: https://dl-cdn.alpinelinux.org/alpine files: - path: /etc/hostname generator: hostname - path: /etc/hosts generator: hosts - path: /etc/network/interfaces generator: dump content: |- auth eth0 iface eth0 inet dhcp hostname $(hostname) packages: manager: apk update: true cleanup: true sets: - packages: - alpine-base - clang18 - clang18-dev action: install actions: - trigger: post-packages action: |- #!/bin/sh set -eux rm -f /var/cache/apk/* mappings: architecture_map: