Compare commits
6 Commits
53e54e1900
..
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
9923c761a7
|
|||
|
ce53e5ea07
|
|||
|
7ab281bea7
|
|||
|
1601d474f8
|
|||
|
6e489011a4
|
|||
|
5d0c70c85b
|
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user