build: ensure arch based build always works.
This commit is contained in:
parent
6d7996a2fd
commit
c68bef3f16
2 changed files with 1 additions and 10 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -30,7 +30,7 @@ build() {
|
|||
export CGO_CXXFLAGS="${CXXFLAGS}"
|
||||
export CGO_LDFLAGS="${LDFLAGS}"
|
||||
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
make
|
||||
make DISTRIBUTION=arch
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue