mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-11 16:32:02 +02:00
- Split single QEMU-based multi-platform build into parallel jobs on native runners (ubuntu-latest for amd64, ubuntu-24.04-arm for arm64) to fix Illegal instruction crash during npm install - Add permissions block with contents:write to fix 403 error when creating git tags via github-tag-action - Move version check logic to setup job with outputs so build jobs can be skipped when there is nothing to do - Remove docker/metadata-action in favor of inline labels - Compute BUILD_DATE in setup job and pass as output (not shell eval in YAML)