-Build pipeline for sigrok artefacts
+Build pipeline for sigrok artifacts
+- Add workaround for "hdiutil: create failed - Resource busy" bug on MacOS
+ See https://github.com/actions/runner-images/issues/7522
+
- On push to master, update continuous builds
Ignore paths, see https://github.com/knarfS/smuview/blob/master/.github/workflows/build.yml
FROM ubuntu:18.04
LABEL \
org.opencontainers.image.title="sigrok AppImage x86_64 Build Image" \
- org.opencontainers.image.description="This image is used to build the sigrok x86_64 AppImage artefacts" \
+ org.opencontainers.image.description="This image is used to build the sigrok x86_64 AppImage artifacts" \
org.opencontainers.image.url="https://sigrok.org" \
org.opencontainers.image.source="https://github.com/sigrokproject/sigrok-build" \
org.opencontainers.image.licenses="GPL-3.0-or-later" \
FROM debian:latest AS sigrok-mxe
LABEL \
org.opencontainers.image.title="sigrok MXE Build Image" \
- org.opencontainers.image.description="This image is used to cross compile the sigrok artefacts for Windows with MXE" \
+ org.opencontainers.image.description="This image is used to cross compile the sigrok artifacts for Windows with MXE" \
org.opencontainers.image.url="https://sigrok.org" \
org.opencontainers.image.source="https://github.com/sigrokproject/sigrok-build" \
org.opencontainers.image.licenses="GPL-3.0-or-later" \