mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +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
|
||||
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
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -28,4 +28,5 @@ logs.txt
|
||||
*.spec
|
||||
|
||||
TODO.md
|
||||
testdata.py
|
||||
testdata.py
|
||||
test.py
|
Loading…
x
Reference in New Issue
Block a user