1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-23 22:55:37 +02:00

add s390x and ppc64le linux builds

This commit is contained in:
Gani Georgiev
2024-11-21 16:55:19 +02:00
parent c3ac28a8e6
commit 31d3c27f43

View File

@@ -24,13 +24,23 @@ builds:
- amd64 - amd64
- arm64 - arm64
- arm - arm
- s390x
- ppc64le
goarm: goarm:
- 7 - 7
ignore: ignore:
- goos: windows - goos: windows
goarch: arm goarch: arm
- goos: windows
goarch: s390x
- goos: windows
goarch: ppc64le
- goos: darwin - goos: darwin
goarch: arm goarch: arm
- goos: darwin
goarch: s390x
- goos: darwin
goarch: ppc64le
release: release:
draft: true draft: true