Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 36d9594

Browse files
authored
Build the pslocal Docker image for armv7 rather than amd64 (#256)
1 parent d6562ad commit 36d9594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ dockers:
6161
ids:
6262
- pslocal
6363
dockerfile: "Dockerfile.pslocal"
64+
goarch: arm
65+
goarm: 7
6466
image_templates:
6567
- "ghcr.io/sargassum-world/pslocal:latest"
6668
- "ghcr.io/sargassum-world/pslocal:{{ .Major }}"

0 commit comments

Comments
 (0)