Skip to content

Commit

Permalink
feat: update Dockerfile to remove support for ARMv6 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Jul 4, 2024
1 parent f113bcd commit e51d55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function main() {
docker buildx inspect --bootstrap
docker buildx build \\
-f Dockerfile.bookworm \\
--platform=linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 \\
--platform=linux/amd64,linux/arm64,linux/arm/v7 \\
--build-arg HUGO_VERSION=${version} \\
-t $username/hugo:${tag_ext_debian} -t $username/hugo:debian . \\
--push`;
Expand Down

0 comments on commit e51d55a

Please sign in to comment.