mirror of
https://github.com/gotify/server.git
synced 2026-05-14 09:48:19 +08:00
Add linux/riscv64 project support
This commit is contained in:
committed by
Jannis Mattheis
parent
a8049f5138
commit
3fa1cffde3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -52,9 +52,11 @@ jobs:
|
||||
docker push --all-tags gotify/server
|
||||
docker push --all-tags gotify/server-arm7
|
||||
docker push --all-tags gotify/server-arm64
|
||||
docker push --all-tags gotify/server-riscv64
|
||||
docker push --all-tags ghcr.io/gotify/server
|
||||
docker push --all-tags ghcr.io/gotify/server-arm7
|
||||
docker push --all-tags ghcr.io/gotify/server-arm64
|
||||
docker push --all-tags ghcr.io/gotify/server-riscv64
|
||||
env:
|
||||
DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
||||
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
|
||||
|
||||
Reference in New Issue
Block a user