Skip to content

Commit d6986dc

Browse files
authored
#109 Restore linux/arm/v7 build (#110)
1 parent b36a83d commit d6986dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker-multi-arch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ jobs:
134134
build-args: |
135135
RUST_IMAGE=${{ env.RUST_IMAGE }}
136136
BASE_IMAGE=${{ env.BASE_IMAGE }}
137-
platforms: linux/amd64,linux/arm64/v8
137+
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
138138
push: true
139139
tags: ${{ env.RELEASE_TAGS }}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ Just be careful to use the tag you have built.
290290

291291
Change Date|Major Changes
292292
---|---
293+
2025-01-03|Restored arm/v7 build
294+
2025-01-03|Build using cargo (see [#103](https://github.com/GioF71/librespot-docker/issues/103))
293295
2024-12-29|First release including [Raspotify 0.4.6](https://github.com/dtcooper/raspotify/releases/tag/0.46.0) (see [#101](https://github.com/GioF71/librespot-docker/issues/101))
294296
2024-11-22|Add support for OAUTH authentication (see [#96](https://github.com/GioF71/librespot-docker/issues/96))
295297
2024-11-17|Fix docker warning (see [#94](https://github.com/GioF71/librespot-docker/issues/94))

0 commit comments

Comments
 (0)