Skip to content

Commit

Permalink
remov container from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Nov 25, 2024
1 parent 6abd735 commit efa4f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"ARCH": "arm64",
"TARGET": "aarch64-unknown-linux-gnu",
"PACKAGE_MANAGERS": ["pypi", "npm", "maven"],
"languages": ["python", "node", "java", "go", "dotnet"],
"CONTAINER": "2_28"
"languages": ["python", "node", "java", "go", "dotnet"]
},
{
"OS": "macos",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
target: ${{ matrix.build.TARGET }}
args: --release --strip --out wheels -i ${{ github.event_name != 'pull_request' && 'python3.8 python3.9 python3.10 python3.11 python3.12 python3.13' || 'python3.12' }}
manylinux: auto
container: ${{ matrix.build.CONTAINER != '' && matrix.build.CONTAINER || '2014' }}
container: ${{ contains(matrix.build.RUNNER, 'self-hosted') && '2_28' || '2014' }}
before-script-linux: |
# Install protobuf compiler
if [[ $(`which apt`) != '' ]]
Expand Down

0 comments on commit efa4f66

Please sign in to comment.