From 4182d8900058e2b78f100ca074c4c6c9c6f4c152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Tue, 31 Aug 2021 11:26:17 +0200 Subject: [PATCH 1/2] fix: Fix multi-arch Docker image creation (#42) --- .github/workflows/docker-image-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image-build.yml b/.github/workflows/docker-image-build.yml index 25f55ce..aaaacc1 100644 --- a/.github/workflows/docker-image-build.yml +++ b/.github/workflows/docker-image-build.yml @@ -75,6 +75,8 @@ jobs: context: . platforms: | linux/amd64 + linux/arm64 + linux/arm/v7 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} From a5e0aa97af8d0cbb66a50834f0af260a6f594832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Tue, 31 Aug 2021 11:26:51 +0200 Subject: [PATCH 2/2] Include latest release notes --- changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.md b/changelog.md index 8bde6cf..69b8602 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +### [2.3.11](https://www.github.com/ptarmiganlabs/butler-cw/compare/v2.3.10...v2.3.11) (2021-08-31) + + +### Bug Fixes + +* Cleanup of Docker image building ([8f36616](https://www.github.com/ptarmiganlabs/butler-cw/commit/8f36616ecd7c013cb72f6216c26493272d59df14)) + ### [2.3.10](https://www.github.com/ptarmiganlabs/butler-cw/compare/v2.3.9...v2.3.10) (2021-08-31)