From 15d1a8ab8a5c31c5e098b6ce36fed8e56bf9bb05 Mon Sep 17 00:00:00 2001 From: Florin Lipan Date: Mon, 22 Jan 2024 21:33:34 +0100 Subject: [PATCH] Let's try this again with CONFIG_LINUX64 --- .config | 2 +- .github/workflows/publish.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config b/.config index f4e8b32..7be3871 100644 --- a/.config +++ b/.config @@ -678,7 +678,7 @@ CONFIG_DEFAULT_DEPMOD_FILE="" # CONFIG_SCRIPTREPLAY is not set # CONFIG_SETARCH is not set # CONFIG_LINUX32 is not set -# CONFIG_LINUX64 is not set +CONFIG_LINUX64=y # CONFIG_SETPRIV is not set # CONFIG_FEATURE_SETPRIV_DUMP is not set # CONFIG_FEATURE_SETPRIV_CAPABILITIES is not set diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 37455d4..0c6e1dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,8 +33,7 @@ jobs: with: file: Dockerfile outputs: "type=registry,push=true" - platforms: linux/amd64 + platforms: linux/amd64,linux/arm/v7,linux/arm64 tags: | lipanski/docker-static-website:${{ env.TAG }} - lipanski/docker-static-website:${{ github.sha }} lipanski/docker-static-website:latest