forked from duckdb/duckdb-delta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bff9325
commit a210122
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule extension-ci-tools
updated
12 files
+7 −7 | .github/workflows/TestCITools.yml | |
+5 −4 | .github/workflows/_extension_deploy.yml | |
+258 −171 | .github/workflows/_extension_distribution.yml | |
+3 −1 | README.md | |
+63 −0 | config/distribution_matrix.json | |
+5 −0 | docker/README.md | |
+99 −0 | docker/linux_amd64/Dockerfile | |
+80 −0 | docker/linux_amd64_gcc4/Dockerfile | |
+98 −0 | docker/linux_arm64/Dockerfile | |
+10 −1 | makefiles/duckdb_extension.Makefile | |
+83 −0 | scripts/append_extension_metadata.py | |
+75 −0 | scripts/modify_distribution_matrix.py |