Skip to content

Commit

Permalink
Add build for arm v6/v7, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Funke committed Nov 1, 2023
1 parent a135987 commit f7923a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this

## Unreleased

## v0.1.2 - 2023-11-01

### Added
- Use gpodder2go v0.1.2
- Build for arm v6/v7

## v0.1.0 - 2023-09-29

### Added
Expand Down

0 comments on commit f7923a7

Please sign in to comment.