mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 19:54:44 -07:00
0.1.2 release, support more architectures for docker
This commit is contained in:
parent
f68ae2fa47
commit
bd988ec7f0
2 changed files with 8 additions and 1 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
|
@ -19,6 +19,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
@ -41,6 +47,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./server/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sup",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Privacy-preserving push notifications using Signal as transport",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue