mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 10:04:03 +00:00
Fix some grammar issues
This commit is contained in:
@@ -12,8 +12,8 @@ def generate_matrix() -> dict[str, Any]:
|
||||
dockerfiles = sorted(file.name for file in THIS_DIR.glob("*.dockerfile"))
|
||||
return {
|
||||
"dockerfile": dockerfiles,
|
||||
"runsOn": ["ubuntu-latest", "ARM64"],
|
||||
"exclude": [{"dockerfile": "oracledb.dockerfile", "runsOn": "ARM64"}],
|
||||
"runs-on": ["ubuntu-latest", "ARM64"],
|
||||
"exclude": [{"dockerfile": "oracledb.dockerfile", "runs-on": "ARM64"}],
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user