Skip to content

Commit

Permalink
Merge pull request #29 from idootop/master
Browse files Browse the repository at this point in the history
feat: Add support for ARMv7
  • Loading branch information
lipanski authored Jun 8, 2024
2 parents 295afd8 + a2143a7 commit 8079598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8079598

Please sign in to comment.