Skip to content

Commit

Permalink
chore: fix armv6 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jun 12, 2022
1 parent c6516b7 commit a75c0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dockers:
goarm: "7"
build_flag_templates:
- "--pull"
- "--platform=linux/arm"
- "--platform=linux/arm/v7"
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.description={{ .ProjectName }}"
- "--label=org.opencontainers.image.url=https://github.com/soulteary/apt-proxy"
Expand All @@ -88,7 +88,7 @@ dockers:
goarm: "6"
build_flag_templates:
- "--pull"
- "--platform=linux/arm"
- "--platform=linux/arm/v6"
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.description={{ .ProjectName }}"
- "--label=org.opencontainers.image.url=https://github.com/soulteary/apt-proxy"
Expand Down

0 comments on commit a75c0b6

Please sign in to comment.