Skip to content

Commit

Permalink
Merge branch 'main' into devel
Browse files Browse the repository at this point in the history
# Conflicts:
#	.devcontainer/build_wheel_3_10_aarch64/devcontainer.json
#	.devcontainer/build_wheel_3_11_aarch64/devcontainer.json
#	.devcontainer/build_wheel_3_12_aarch64/devcontainer.json
#	.devcontainer/build_wheel_3_8_aarch64/devcontainer.json
#	.devcontainer/build_wheel_3_9_aarch64/devcontainer.json
  • Loading branch information
alemuntoni committed Sep 20, 2024
2 parents 247b59a + 0e9c9c8 commit 993e744
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/build_wheel_3_10_aarch64/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PyMeshLab aarch64 wheel for Python 3.10",

"build": {
"dockerfile": "../Dockerfile_x86_64",
"dockerfile": "../Dockerfile_aarch64",
"args": {
"PYTHON_VERSION": "3.10"
}
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/build_wheel_3_11_aarch64/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PyMeshLab aarch64 wheel for Python 3.11",

"build": {
"dockerfile": "../Dockerfile_x86_64",
"dockerfile": "../Dockerfile_aarch64",
"args": {
"PYTHON_VERSION": "3.11"
}
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/build_wheel_3_12_aarch64/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PyMeshLab aarch64 wheel for Python 3.12",

"build": {
"dockerfile": "../Dockerfile_x86_64",
"dockerfile": "../Dockerfile_aarch64",
"args": {
"PYTHON_VERSION": "3.12"
}
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/build_wheel_3_8_aarch64/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PyMeshLab aarch64 wheel for Python 3.8",

"build": {
"dockerfile": "../Dockerfile_x86_64",
"dockerfile": "../Dockerfile_aarch64",
"args": {
"PYTHON_VERSION": "3.8"
}
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/build_wheel_3_9_aarch64/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PyMeshLab aarch64 wheel for Python 3.9",

"build": {
"dockerfile": "../Dockerfile_x86_64",
"dockerfile": "../Dockerfile_aarch64",
"args": {
"PYTHON_VERSION": "3.9"
}
Expand Down

0 comments on commit 993e744

Please sign in to comment.