Skip to content

Commit 6dc8424

Browse files
committed
Bump version 2.3.3-19
1 parent 8768bb3 commit 6dc8424

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
context: .
4848
file: ./Dockerfile
49-
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/s390x, linux/riscv64
49+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le, linux/riscv64, linux/s390x
5050
push: ${{ github.event_name != 'pull_request' }}
5151
tags: ${{ steps.docker_metadata.outputs.tags }}
5252
labels: ${{ steps.docker_metadata.outputs.labels }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.3.3-19 (2025/02/05)
4+
5+
* Update AmuleWebUI-Reloaded theme
6+
* Update docker-compose to last specification
7+
* Rebuild with latest base Docker image
8+
39
## 2.3.3-18 (2024/05/31)
410

511
* Rebuild with latest base Docker image

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:edge as builder
1+
FROM alpine:edge AS builder
22

33
WORKDIR /tmp
44

@@ -47,5 +47,9 @@ ENTRYPOINT ["/home/amule/entrypoint.sh"]
4747
# => Build Docker image
4848
# docker build -t ngosang/amule:test .
4949
#
50+
# => Build multi-arch Docker image
51+
# docker buildx create --use
52+
# docker buildx build -t ngosang/amule:test --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x .
53+
#
5054
# => Reference Alpine packages
5155
# https://git.alpinelinux.org/aports/tree/testing/amule

DockerfileSource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15 as builder
1+
FROM alpine:3.15 AS builder
22

33
# This is optimized for GitHub Actions.
44
# For performance CXXFLAGS="-O2 -pipe" & MAKE_JOBS=$(( $(nproc) + 1 ))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The architectures supported by this image are:
3131
* linux/arm/v7
3232
* linux/arm64/v8
3333
* linux/ppc64le
34-
* linux/s390x
3534
* linux/riscv64
35+
* linux/s390x
3636

3737
## Application Setup
3838

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "ngosang-docker-amule",
3-
"version": "2.3.3-18",
3+
"version": "2.3.3-19",
44
"author": "[email protected]"
55
}

0 commit comments

Comments
 (0)