Compare commits

..

3 Commits

Author SHA1 Message Date
woggioni 53e54e1900 fixed permissions on xray plugin in shadowsocks image
CI / Build shadowsocks-rust docker images (push) Successful in 22s
2026-05-11 13:33:27 +08:00
woggioni 301236af94 bump opencode to 1.14.48
CI / Build opencode docker images (push) Successful in 26m55s
2026-05-11 12:54:49 +08:00
woggioni 899cef5dcd updated xray plugin
CI / Build shadowsocks-rust docker images (push) Successful in 3m25s
2026-05-08 09:21:13 +08:00
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [ dev ]
branches: [ master ]
paths:
- 'shadowsocks-rust/*'
- '.gitea/workflows/build-shadowsocks-rust.yaml'
@@ -29,5 +29,6 @@ jobs:
pull: false
ssh: default=/home/luser/.ssh/id_ed25519
tags: |
"gitea.woggioni.net/woggioni/sserver-rust:dev"
"gitea.woggioni.net/woggioni/sserver-rust:latest"
"gitea.woggioni.net/woggioni/sserver-rust:v1.24.0"
build-args: "VERSION=1.24.0"
+1 -1
View File
@@ -16,7 +16,6 @@ RUN rm repository.key
RUN --mount=type=cache,target=/var/cache/pacman pacman -Syu --noconfirm
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
curl \
openssh \
aarch64-unknown-linux-musl-gcc x86_64-unknown-linux-musl-gcc \
arm-unknown-linux-musleabihf-gcc \
arm-unknown-linux-musleabi-gcc \
@@ -71,6 +70,7 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
imagemagick \
python-sphinx \
python-yaml \
openssh \
rust \
rust-src \
rust-bindgen \