1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-24 20:19:10 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Laurent Cozic
8dcfc81cee Server v3.3.11 2025-03-30 19:14:52 +02:00
Laurent Cozic
77048caeeb Server: Trying to build ARM64 Docker image 2025-03-30 19:14:32 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ jobs:
SERVER_REPOSITORY: joplin/server
SERVER_TAG_PREFIX: server
run: |
chmod 700 "${GITHUB_WORKSPACE}/.github/scripts/publish_docker_manifest.sh"
"${GITHUB_WORKSPACE}/.github/scripts/publish_docker_manifest.sh"
ServerDockerImage:

View File

@@ -1,6 +1,6 @@
{
"name": "@joplin/server",
"version": "3.3.10",
"version": "3.3.11",
"private": true,
"scripts": {
"start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",

View File

@@ -1,6 +1,6 @@
# Joplin Server Changelog
## [server-v3.3.10](https://github.com/laurent22/joplin/releases/tag/server-v3.3.10) - 2025-03-30T16:51:18Z
## [server-v3.3.11](https://github.com/laurent22/joplin/releases/tag/server-v3.3.11) - 2025-03-30T17:14:43Z
- Improved: Buildx support for Docker images (#11582 by [@redrathnure](https://github.com/redrathnure))
- New: Added links to social networks (04fc634)