Skip to content

Commit 2b1355a

Browse files
committed
Add 32 bit arm builds
1 parent 59f53a9 commit 2b1355a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.goreleaser.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ builds:
66
- CGO_ENABLED=0
77
goos:
88
- linux
9+
goarch:
10+
- amd64
11+
- 386
12+
- arm
13+
- arm64
914
archives:
10-
- replacements:
11-
linux: Linux
12-
386: i386
13-
amd64: x86_64
14-
files:
15+
- files:
1516
- ldap2carddav@.service
1617
- ldap2carddav.example.yml
1718

0 commit comments

Comments
 (0)