mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
remove docker linux-x32
This commit is contained in:
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -162,7 +162,6 @@ jobs:
|
|||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
linux/arm64
|
||||||
linux/386
|
|
||||||
linux/arm/v7
|
linux/arm/v7
|
||||||
push: ${{ needs.release.outputs.rc == 'false' }}
|
push: ${{ needs.release.outputs.rc == 'false' }}
|
||||||
tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ github.ref_name }}
|
tags: ${{ github.repository }}:latest, ${{ github.repository }}:${{ github.ref_name }}
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
|
|||||||
TARGET="x86_64-unknown-linux-musl"; \
|
TARGET="x86_64-unknown-linux-musl"; \
|
||||||
elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
|
elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
|
||||||
TARGET="aarch64-unknown-linux-musl"; \
|
TARGET="aarch64-unknown-linux-musl"; \
|
||||||
elif [ "$TARGETPLATFORM" = "linux/386" ]; then \
|
|
||||||
TARGET="i686-unknown-linux-musl"; \
|
|
||||||
elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
|
elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
|
||||||
TARGET="armv7-unknown-linux-musleabihf"; \
|
TARGET="armv7-unknown-linux-musleabihf"; \
|
||||||
fi && \
|
fi && \
|
||||||
|
|||||||
Reference in New Issue
Block a user