Add MUSL varients of rustup container
Some checks failed
publish / docker (push) Failing after 5m25s
Some checks failed
publish / docker (push) Failing after 5m25s
This commit is contained in:
@@ -52,3 +52,13 @@ jobs:
|
||||
EXTRA=beta nightly
|
||||
file: 'rustup/Dockerfile'
|
||||
tags: gitea.loadingm.xyz/the10thwiz/rustup:latest
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
build-args: |
|
||||
TOOLCHAIN=stable
|
||||
EXTRA=beta nightly
|
||||
TARGETS=x86_64-unknown-linux-musl
|
||||
file: 'rustup/Dockerfile'
|
||||
tags: gitea.loadingm.xyz/the10thwiz/rustup:musl-latest
|
||||
|
||||
Reference in New Issue
Block a user