Skip to content

Commit 822c14f

Browse files
authored
Merge pull request #79 from yankay/support-loongarch64
support loongarch64
2 parents 5cd5361 + f476e27 commit 822c14f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM nginx:1.23.3-alpine AS base-amd64
66
FROM nginx:1.23.3-alpine AS base-arm64
77
FROM nginx:1.23.3-alpine AS base-arm
88
FROM mips64le/nginx:1.23.3 AS base-mips64le
9-
FROM cr.loongnix.cn/library/nginx:1.23.1-alpine AS base-loongnix
9+
FROM cr.loongnix.cn/library/nginx:1.23.1-alpine AS base-loongarch64
1010

1111
FROM base-$TARGETARCH
1212

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ IMAGE_ARCH:=$(REGISTRY)/dao-2048-$(MACHINE_TYPE):$(TAG)
5454
# export TRIVY_DB_REPOSITORY=ghcr.m.daocloud.io/aquasecurity/trivy-db
5555
TRIVY_DB_REPOSITORY?=ghcr.io/aquasecurity/trivy-db
5656

57-
TARGETS?=linux/arm,linux/arm64,linux/amd64,linux/mips64le
57+
TARGETS?=linux/arm,linux/arm64,linux/amd64,linux/mips64le,linux/loongarch64
5858
TARGETS_STATIC?=linux/arm,linux/arm64,linux/amd64
5959

6060
build-container:

charts/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ helm upgrade --install dao-2048 dao-2048/dao-2048 --version $VERSION --set servi
4242
helm upgrade --install dao-2048 dao-2048/dao-2048 --version $VERSION --set image.repository=daocloud/dao-2048-static
4343
```
4444

45-
### Use Loongarch64 Image
46-
```
47-
helm upgrade --install dao-2048 dao-2048/dao-2048 --version $VERSION --set image.repository=daocloud/dao-2048-loongarch64
48-
```
49-
50-
5145
### Thanks
5246

5347
This image is derived from the Docker Hub image **[alexwhen/docker-2048](https://registry.hub.docker.com/u/alexwhen/docker-2048/)**, thanks to the developer**[alexwhen] (https://github.com/alexwhen)** enthusiastic support. And thanks to gabrielecirulli's [2048] (https://github.com/gabrielecirulli/2048) project

0 commit comments

Comments
 (0)