mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add support for ARMv7 devices
This commit is contained in:
parent
2c3d9699fd
commit
5ecd8f7974
3 changed files with 8 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
0.15.0
|
||||
0.15.1
|
||||
|
|
|
|||
2
.github/workflows/build_and_push.yml
vendored
2
.github/workflows/build_and_push.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue