Skip to content

Commit

Permalink
Merge pull request #108 from basler/feature/change_download_server
Browse files Browse the repository at this point in the history
Feature/change download server
  • Loading branch information
thiesmoeller authored Jun 13, 2024
2 parents 446d3eb + d723b4b commit 52da788
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 196 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"linux-x86_64": {
"targets": ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"],
"pylon_sdks": ["7.4.0.14900", "7.5.0.15658"]
},
"linux-aarch64": {
"targets": ["ubuntu18.04", "ubuntu20.04", "ubuntu22.04"],
"pylon_sdks": ["6.2.0.21487", "7.4.0.14900", "7.5.0.15658"]
},
"windows": {
"targets": ["windows-2019", "windows-2022"],
"pylon_sdks": ["7.4.0.14900", "7.5.0.15658"]
},
"macos": {
"targets": ["macos-12", "macos-13", "macos-14"],
"pylon_sdks": ["7.3.1.0011"]
}
}
Loading

0 comments on commit 52da788

Please sign in to comment.