mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
build: Properly build all Debian archs (fixes #8898)
This commit is contained in:
parent
5cab08a36a
commit
1f07e05470
4
.github/workflows/build-syncthing.yaml
vendored
4
.github/workflows/build-syncthing.yaml
vendored
@ -502,8 +502,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Package for Debian
|
- name: Package for Debian
|
||||||
run: |
|
run: |
|
||||||
for goarch in amd64 arm64 arm ; do
|
for arch in amd64 i386 armhf armel arm64 ; do
|
||||||
go run build.go -goos linux -goarch "$goarch" deb
|
go run build.go -no-upgrade -installsuffix=no-upgrade -goarch "$arch" deb
|
||||||
done
|
done
|
||||||
env:
|
env:
|
||||||
BUILD_USER: debian
|
BUILD_USER: debian
|
||||||
|
Loading…
Reference in New Issue
Block a user