From a2143a70fe21a40f46b30edcaa20239df8e40cc0 Mon Sep 17 00:00:00 2001 From: Del Date: Tue, 4 Jun 2024 14:59:13 +0800 Subject: [PATCH] feat: Add support for ARMv7 --- .config | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config b/.config index 7be3871..c1a232a 100644 --- a/.config +++ b/.config @@ -16,7 +16,7 @@ CONFIG_HAVE_DOT_CONFIG=y # CONFIG_SHOW_USAGE is not set # CONFIG_FEATURE_VERBOSE_USAGE is not set # CONFIG_FEATURE_COMPRESS_USAGE is not set -# CONFIG_LFS is not set +CONFIG_LFS=y # CONFIG_PAM is not set # CONFIG_FEATURE_DEVPTS is not set # CONFIG_FEATURE_UTMP is not set diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d037434..fc8ed8f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: with: file: Dockerfile outputs: "type=registry,push=true" - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 tags: | lipanski/docker-static-website:${{ env.TAG }} lipanski/docker-static-website:latest