mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add linux/arm64 to release workflow
This commit is contained in:
@@ -164,7 +164,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm
|
||||
platforms: linux/amd64,linux/arm, linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/${{github.repository}}:${{inputs.tag}}, ${{env.LATEST_TAG}}
|
||||
labels: org.opencontainers.image.title=Docker
|
||||
|
||||
+2
-1
@@ -28,4 +28,5 @@ logs.txt
|
||||
*.spec
|
||||
|
||||
TODO.md
|
||||
testdata.py
|
||||
testdata.py
|
||||
test.py
|
||||
Reference in New Issue
Block a user