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