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
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm
|
platforms: linux/amd64,linux/arm, linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/${{github.repository}}:${{inputs.tag}}, ${{env.LATEST_TAG}}
|
tags: ghcr.io/${{github.repository}}:${{inputs.tag}}, ${{env.LATEST_TAG}}
|
||||||
labels: org.opencontainers.image.title=Docker
|
labels: org.opencontainers.image.title=Docker
|
||||||
|
|||||||
+2
-1
@@ -28,4 +28,5 @@ logs.txt
|
|||||||
*.spec
|
*.spec
|
||||||
|
|
||||||
TODO.md
|
TODO.md
|
||||||
testdata.py
|
testdata.py
|
||||||
|
test.py
|
||||||
Reference in New Issue
Block a user