projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6f7dd8
)
remove armv7
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 10 Jul 2023 23:42:59 +0000
(
01:42
+0200)
committer
GitHub
<noreply@github.com>
Mon, 10 Jul 2023 23:42:59 +0000
(
01:42
+0200)
dependencies still failing so no armv7 builds
.github/workflows/release.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/release.yml
b/.github/workflows/release.yml
index 7d8659c23f3a6496a09f8a43d417f304eb386170..5794c2d7c91d397008def28892ba9a7f3e256232 100644
(file)
--- a/
.github/workflows/release.yml
+++ b/
.github/workflows/release.yml
@@
-88,7
+88,7
@@
jobs:
uses: docker/build-push-action@v4.1.1
with:
context: .
- platforms: linux/amd64,linux/arm64
,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
file: Dockerfile
tags: |-
ghcr.io/${{ github.repository_owner }}/server:${{ steps.tags.outputs.patch }},