Compare commits

..

6 Commits

Author SHA1 Message Date
woggioni 9923c761a7 add openssh to arch-builder images 2026-05-15 07:22:57 +08:00
woggioni ce53e5ea07 shadowsocks-rust to dev tag
CI / Build shadowsocks-rust docker images (push) Successful in 14s
2026-05-11 21:03:26 +08:00
woggioni 7ab281bea7 updated xray plugin 2026-05-11 21:01:43 +08:00
woggioni 1601d474f8 Revert "updated xray plugin"
CI / Build shadowsocks-rust docker images (push) Successful in 24s
This reverts commit 6e489011a4.
2026-05-11 17:17:09 +08:00
woggioni 6e489011a4 updated xray plugin 2026-05-11 17:17:02 +08:00
woggioni 5d0c70c85b bump opencode to 1.14.48 2026-05-11 17:17:02 +08:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [ master ]
branches: [ dev ]
paths:
- 'shadowsocks-rust/*'
- '.gitea/workflows/build-shadowsocks-rust.yaml'
@@ -29,6 +29,5 @@ jobs:
pull: false
ssh: default=/home/luser/.ssh/id_ed25519
tags: |
"gitea.woggioni.net/woggioni/sserver-rust:latest"
"gitea.woggioni.net/woggioni/sserver-rust:v1.24.0"
"gitea.woggioni.net/woggioni/sserver-rust:dev"
build-args: "VERSION=1.24.0"
+1 -1
View File
@@ -16,6 +16,7 @@ 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 \
@@ -70,7 +71,6 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
imagemagick \
python-sphinx \
python-yaml \
openssh \
rust \
rust-src \
rust-bindgen \