This commit is contained in:
parent
f626253b23
commit
6b0960f8a6
@ -5,3 +5,8 @@
|
||||
language: script
|
||||
entry: compose-check.sh
|
||||
files: (docker-)?compose\.ya?ml$
|
||||
- id: docker-compose-check-standalone
|
||||
name: Validate docker compose files using standalone compose binary
|
||||
language: python
|
||||
entry: compose-check.sh
|
||||
files: (docker-)?compose\.ya?ml$
|
||||
|
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[build-system]
|
||||
requires = ["release-gitter[builder]"]
|
||||
build-backend = "pseudo_builder"
|
||||
|
||||
[tool.release-gitter]
|
||||
git-url = "https://github.com/docker/compose"
|
||||
version = "v2.23.0"
|
||||
|
||||
format = "docker-compose-{system}-{arch}"
|
||||
# exec = "mv {} docker-compose && chmod +x docker-compose"
|
||||
[tool.release-gitter.map-system]
|
||||
Darwin = "darwin"
|
||||
Windows = "windows"
|
||||
Linux = "linux"
|
||||
[tool.release-gitter.map-arch]
|
||||
arm64 = "aarch64"
|
||||
amd64 = "x86_64"
|
Loading…
Reference in New Issue
Block a user