Skip to content

Commit

Permalink
support-loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Dec 20, 2022
1 parent 5cd5361 commit 6a7aa50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM nginx:1.23.3-alpine AS base-amd64
FROM nginx:1.23.3-alpine AS base-arm64
FROM nginx:1.23.3-alpine AS base-arm
FROM mips64le/nginx:1.23.3 AS base-mips64le
FROM cr.loongnix.cn/library/nginx:1.23.1-alpine AS base-loongnix
FROM cr.loongnix.cn/library/nginx:1.23.1-alpine AS base-loongarch64

FROM base-$TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ IMAGE_ARCH:=$(REGISTRY)/dao-2048-$(MACHINE_TYPE):$(TAG)
# export TRIVY_DB_REPOSITORY=ghcr.m.daocloud.io/aquasecurity/trivy-db
TRIVY_DB_REPOSITORY?=ghcr.io/aquasecurity/trivy-db

TARGETS?=linux/arm,linux/arm64,linux/amd64,linux/mips64le
TARGETS?=linux/arm,linux/arm64,linux/amd64,linux/mips64le,linux/loongarch64
TARGETS_STATIC?=linux/arm,linux/arm64,linux/amd64

build-container:
Expand Down

0 comments on commit 6a7aa50

Please sign in to comment.