1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-09-16 17:46:19 +02:00

[#250] added armv7 on linux as a build target

This commit is contained in:
Yin Shanyang
2022-08-01 15:29:06 +08:00
committed by GitHub
parent ce8af46fff
commit d35134e913

View File

@@ -20,13 +20,20 @@ builds:
goarch: goarch:
- amd64 - amd64
- arm64 - arm64
- arm
goarm:
- 7
ignore:
- goos: windows
goarch: arm
- goos: darwin
goarch: arm
release: release:
draft: true draft: true
archives: archives:
- - format: zip
format: zip
files: files:
- LICENSE* - LICENSE*
- CHANGELOG* - CHANGELOG*
@@ -35,7 +42,7 @@ checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'
snapshot: snapshot:
name_template: "{{ incpatch .Version }}-next" name_template: '{{ incpatch .Version }}-next'
changelog: changelog:
sort: asc sort: asc