Skip to content

Commit

Permalink
Attempt linux-aarch64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Oct 22, 2024
1 parent 425724b commit 6e5dc87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,10 @@ target "python-313-linux" {
PYTHON_TAG = "3.13-${DEBIAN_BASE}"
}
}

target "python-313t-linux" {
inherits = [ "shared" ]
args = {
PYTHON_TAG = "3.13t-${DEBIAN_BASE}"
}
}
2 changes: 0 additions & 2 deletions .github/workflows/build_ft_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
info:
- { machine: 'ubuntu-20.04', python: '3.13t', arch: 'amd64', cmd: '.github/env/Linux/bdist-wheel.sh' }
# - { machine: 'ubuntu-20.04', python: '3.13', arch: 'arm64', cmd: '.github/env/Linux/bdist-wheel.sh' }
# - { machine: 'windows-2022', python: '3.13', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' }
- { machine: 'macos-13', python: '3.13t', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' }
- { machine: 'macos-latest', python: '3.13t', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' }


steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 6e5dc87

Please sign in to comment.