Skip to content

Commit

Permalink
add linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 16, 2025
1 parent 0a7c442 commit 65af88f
Show file tree
Hide file tree
Showing 10 changed files with 5,552 additions and 4,946 deletions.
1,923 changes: 880 additions & 1,043 deletions test/default/pixi.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/default/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Add a short description here"
authors = ["Pavel Zwerschke <[email protected]>"]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"]

[tasks]
test = "python -c 'print(\"Hello world!\")'"
Expand Down
2 changes: 1 addition & 1 deletion test/lockfile-not-up-to-date/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Add a short description here"
authors = ["Pavel Zwerschke <[email protected]>"]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"]

[tasks]
test = "python -c 'print(\"Hello world!\")'"
Expand Down
4,031 changes: 2,180 additions & 1,851 deletions test/multiple-environments/pixi.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/multiple-environments/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "test-package"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]
platforms = ["linux-64", "linux-aarch64", "osx-arm64", "osx-64", "win-64"]

[dependencies]
python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion test/no-lockfile/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Add a short description here"
authors = ["Pavel Zwerschke <[email protected]>"]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
platforms = ["linux-64", "linux-aarch64", "osx-64", "osx-arm64", "win-64"]

[tasks]
test = "python -c 'print(\"Hello world!\")'"
Expand Down
Loading

0 comments on commit 65af88f

Please sign in to comment.