We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701b38 commit e728632Copy full SHA for e728632
1 file changed
.github/workflows/conda_release.yml
@@ -12,12 +12,16 @@ jobs:
12
platform:
13
- subdir: linux-64
14
runs: ubuntu-latest
15
+ arch: x86_64
16
- subdir: linux-aarch64
17
runs: ubuntu-24.04-arm
18
+ arch: aarch64
19
- subdir: osx-64
20
runs: macos-13
21
22
- subdir: osx-arm64
23
runs: macos-latest
24
+ arch: arm64
25
runs-on: ${{ matrix.platform.runs }}
26
defaults:
27
run:
@@ -38,6 +42,7 @@ jobs:
38
42
use-only-tar-bz2: true
39
43
auto-update-conda: true
40
44
auto-activate-base: true
45
+ architecture: ${{ matrix.platform.arch }}
41
46
47
# 2) Install conda-build and anaconda-client
48
- name: create environment with conda
0 commit comments