mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00
add linux/arm64 to release workflow
This commit is contained in:
parent
0892bb246c
commit
4a83fbcf2b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -28,4 +28,5 @@ logs.txt
|
|||||||
*.spec
|
*.spec
|
||||||
|
|
||||||
TODO.md
|
TODO.md
|
||||||
testdata.py
|
testdata.py
|
||||||
|
test.py
|
Loading…
x
Reference in New Issue
Block a user