Add support for ARMv7 devices

This commit is contained in:
Eugene Burmakin 2024-10-04 23:22:55 +02:00
parent 2c3d9699fd
commit 5ecd8f7974
3 changed files with 8 additions and 2 deletions

View file

@ -1 +1 @@
0.15.0 0.15.1

View file

@ -33,6 +33,6 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: freikin/dawarich:latest,freikin/dawarich:${{ github.event.release.tag_name }} 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-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache

View file

@ -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/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). 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 # 0.15.0 - 2024-10-03
## The Watcher release ## The Watcher release