Skip to content

Commit f0d8584

Browse files
authored
Merge pull request #32 from movie-web/remove-arm
Remove ARM 32-bit from publish
2 parents b25fc06 + 9d2df30 commit f0d8584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/build-push-action@v5
5151
with:
5252
push: true
53-
platforms: linux/amd64,linux/arm64,linux/arm
53+
platforms: linux/amd64,linux/arm64
5454
context: .
5555
labels: ${{ steps.meta.outputs.labels }}
5656
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)