added trunk to opencode image
CI / Build opencode docker images (push) Successful in 17m9s

This commit is contained in:
2026-09-19 16:14:00 +08:00
parent 01b0eb8a42
commit 5b25eb1e82
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
target: release-bin
build-args: |
OPENCODE_VERSION=1.18.31
BUN_VERSION=1.4.2
BUN_VERSION=1.3.14
platforms: |
linux/amd64
push: true
@@ -46,7 +46,7 @@ jobs:
target: release
build-args: |
OPENCODE_VERSION=1.18.31
BUN_VERSION=1.4.2
BUN_VERSION=1.3.14
platforms: |
linux/amd64
push: true
+1 -1
View File
@@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
xdg-utils rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache openssh \
bash-language-server marksman python-lsp-server vscode-css-languageserver x86_64-unknown-linux-musl-zlib x86_64-unknown-linux-musl-gcc \
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel docker docker-buildx docker-compose less websocat \
npm gtk3 alsa-lib
npm gtk3 alsa-lib trunk
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-bin
RUN useradd -m -d /var/lib/opencode opencode
RUN mkdir /workspace