diff --git a/.app_version b/.app_version index a5510516..e815b861 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.15.0 +0.15.1 diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index def1396c..da092d98 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -33,6 +33,6 @@ jobs: file: ./Dockerfile push: true tags: freikin/dawarich:latest,freikin/dawarich:${{ github.event.release.tag_name }} - platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64,linux/arm64/v8,linux/arm/v7 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache diff --git a/CHANGELOG.md b/CHANGELOG.md index dd78dc04..3512a708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# 0.15.1 - 2024-10-04 + +### Added + +- `linux/arm/v7` is added to the list of supported architectures to support Raspberry Pi 4 and other ARMv7 devices + # 0.15.0 - 2024-10-03 ## The Watcher release