fixed shadowsocks-rust build
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 9m12s
Some checks failed
CI / Build shadowsocks-rust docker images (push) Failing after 9m12s
This commit is contained in:
@@ -9,9 +9,6 @@ jobs:
|
||||
"Build shadowsocks-rust docker images":
|
||||
runs-on: woryzen
|
||||
steps:
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$TARGETPLATFORM rust:alpine AS builder
|
||||
FROM rust:alpine AS builder
|
||||
|
||||
ARG VERSION TARGETPLATFORM
|
||||
|
||||
|
Reference in New Issue
Block a user