mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-01 23:56:05 +02:00
Fixed style of files
This commit is contained in:
parent
b7d7d8e728
commit
dd93275836
@ -20,7 +20,12 @@ repos:
|
|||||||
rev: v4.5.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
exclude: |
|
||||||
|
(?x)(
|
||||||
|
.*\.patch$
|
||||||
|
)
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
|
args: [--allow-multiple-documents]
|
||||||
- id: check-symlinks
|
- id: check-symlinks
|
||||||
- id: pretty-format-json
|
- id: pretty-format-json
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
22
build.json
22
build.json
@ -6,29 +6,29 @@
|
|||||||
"linux/s390x",
|
"linux/s390x",
|
||||||
"linux/ppc64le"
|
"linux/ppc64le"
|
||||||
],
|
],
|
||||||
|
"centos": [
|
||||||
|
"linux/amd64",
|
||||||
|
"linux/arm64",
|
||||||
|
"linux/ppc64le"
|
||||||
|
],
|
||||||
"ol": [
|
"ol": [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
"linux/arm64"
|
"linux/arm64"
|
||||||
],
|
],
|
||||||
|
"rhel": [
|
||||||
|
"X64",
|
||||||
|
"ARM64"
|
||||||
|
],
|
||||||
"ubuntu": [
|
"ubuntu": [
|
||||||
"linux/amd64",
|
"linux/amd64",
|
||||||
"linux/arm/v7",
|
"linux/arm/v7",
|
||||||
"linux/arm64",
|
"linux/arm64",
|
||||||
"linux/s390x"
|
"linux/s390x"
|
||||||
],
|
|
||||||
"centos": [
|
|
||||||
"linux/amd64",
|
|
||||||
"linux/arm64",
|
|
||||||
"linux/ppc64le"
|
|
||||||
],
|
|
||||||
"rhel": [
|
|
||||||
"X64",
|
|
||||||
"ARM64"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"os-windows": {
|
"os-windows": {
|
||||||
"windows-2022": "ltsc2022",
|
"windows-2019": "ltsc2019",
|
||||||
"windows-2019": "ltsc2019"
|
"windows-2022": "ltsc2022"
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"agent": { "base": "build-mysql", "rhel": true },
|
"agent": { "base": "build-mysql", "rhel": true },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user