From 5f802c748473081b081a1ec4cc68d0fd3ebc55c0 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Tue, 13 Jul 2021 20:21:37 -0500 Subject: [PATCH] include linux-arm release artifacts [no docker] (#306) --- .github/workflows/release.yml | 3 +++ CHANGELOG.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 816ceef41..e93592fba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,9 @@ jobs: - os: ubuntu-latest kind: linux target: linux-x64 + - os: ubuntu-latest + kind: linux + target: linux-arm - os: windows-latest kind: windows target: win-x64 diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e7b60dc..aa085cf5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added +- Add Linux ARM release artifacts which can be used on Raspberry Pi devices + ### Fixed - Fix bug preventing ingestion of local movies with fallback metadata (without NFO files) - Fix extra spaces in titles of local movies with fallback metadata (without NFO files)