Skip to content

Commit

Permalink
chore(release): remove use of old container for musl build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Nov 19, 2024
1 parent 7fb5b21 commit 31fdaff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
target: "aarch64-apple-darwin"
container-options: "--rm"
- host: ubuntu-latest
container: ubuntu:xenial
container-options: "--platform=linux/amd64 --rm"
container-setup: "apt-get update && apt-get install -y curl musl-tools sudo unzip"
target: "x86_64-unknown-linux-musl"
Expand Down

0 comments on commit 31fdaff

Please sign in to comment.