mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-21 18:18:55 +08:00
Add setup-qemu action (#71)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
36c90bc3ab
commit
64d53ac2cf
14 changed files with 5770 additions and 0 deletions
11
setup-qemu/.prettierrc.json
Normal file
11
setup-qemu/.prettierrc.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": false,
|
||||
"arrowParens": "avoid",
|
||||
"parser": "typescript"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue