From: Soeren Apel Date: Tue, 13 Aug 2024 17:57:25 +0000 (+0200) Subject: Update TODO X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=98351d5ec6e84fbda64d55492e4b23e83afc12dc;p=sigrok-build.git Update TODO --- diff --git a/README b/README index 7596656..aab9917 100644 --- a/README +++ b/README @@ -1,2 +1,2 @@ -Build pipeline for sigrok artefacts +Build pipeline for sigrok artifacts diff --git a/TODO b/TODO index 8f4e812..faff11b 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,7 @@ +- 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 diff --git a/docker/sigrok-appimage-x86_64.Dockerfile b/docker/sigrok-appimage-x86_64.Dockerfile index e832d5b..e3fbd87 100644 --- a/docker/sigrok-appimage-x86_64.Dockerfile +++ b/docker/sigrok-appimage-x86_64.Dockerfile @@ -1,7 +1,7 @@ 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" \ diff --git a/docker/sigrok-mxe.Dockerfile b/docker/sigrok-mxe.Dockerfile index a6e9b7d..c8a8038 100644 --- a/docker/sigrok-mxe.Dockerfile +++ b/docker/sigrok-mxe.Dockerfile @@ -1,7 +1,7 @@ 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" \