From 5ecd8f7974442696f86db6f60638bf4a7cf4f3a6 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 4 Oct 2024 23:22:55 +0200 Subject: [PATCH] Add support for ARMv7 devices --- .app_version | 2 +- .github/workflows/build_and_push.yml | 2 +- CHANGELOG.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) 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