Skip to content

Commit

Permalink
Let's try this again with CONFIG_LINUX64
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed Jan 22, 2024
1 parent af0fb78 commit 15d1a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15d1a8a

Please sign in to comment.