Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#75150 - [grafana-zabbix] Redundant artifacts for other OS
Attached to Project:
Community Packages
Opened by avimitin (avimitin) - Thursday, 23 June 2022, 07:12 GMT
Last edited by George Rawlinson (rawlinsong) - Friday, 24 June 2022, 07:15 GMT
Opened by avimitin (avimitin) - Thursday, 23 June 2022, 07:12 GMT
Last edited by George Rawlinson (rawlinsong) - Friday, 24 June 2022, 07:15 GMT
|
DetailsDescription:
The `make dist` command will trigger build for Windows and MacOS Darwin. It is better to specify the GOOS variable. The attached patch split the `make dist` command into two different call: `make dist-frontend` and `make dist-backend-linux dist-arm-linux-arm-v6 dist-arm-linux-arm-v7 dist-arm-linux-arm64`. |
This task depends upon