Skip to content

Commit

Permalink
remove container
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Dec 31, 2024
1 parent 9ce9c26 commit 308cdaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ jobs:
- name: Install dependencies
run: |
${{ matrix.packages_install }}
- name: Ensure correct toolchain
run: rustup update
- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
Expand Down
5 changes: 5 additions & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ install-path = "CARGO_HOME"
install-updater = false
pr-run-mode = "upload"
github-attestations = true

# Force disable the containerised runner for aarch64-pc-windows-msvc
# as it makes it a snowflake.
[dist.github-custom-runners.aarch64-pc-windows-msvc]
runner = "ubuntu-20.04"

0 comments on commit 308cdaf

Please sign in to comment.