parent
ca53512f9f
commit
b078980cbb
@ -23,5 +23,13 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tartget: toolchain-musl
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tartget: toolchain
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
@ -210,5 +210,8 @@ RUN mkdir -p /usr/bin /usr/lib && \
|
||||
ln -sT usr/bin /sbin && \
|
||||
ln -sT bin /usr/sbin
|
||||
|
||||
FROM scratch
|
||||
FROM scratch AS toolchain-musl
|
||||
COPY --from=build-musl / /
|
||||
|
||||
FROM scratch AS toolchain
|
||||
COPY --from=final / /
|
||||
|
Loading…
x
Reference in New Issue
Block a user