bump opencode to 1.17.11
CI / Build opencode docker images (push) Successful in 6m5s

added buildx to opencode image
This commit is contained in:
2026-06-30 08:14:14 +08:00
parent b2fa6abe72
commit 85e4600ac1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
builder: multiplatform-builder
context: "{{defaultContext}}:opencode"
build-args: |
OPENCODE_VERSION=1.17.9
OPENCODE_VERSION=1.17.11
platforms: |
linux/amd64
push: true
+1 -1
View File
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -Syu --noconfirm
RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
rustup rust-analyzer jdtls python-pipx ripgrep git rustup gradle curl sccache openssh \
helix 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 less
vscode-html-languageserver vscode-json-languageserver yaml-language-server base-devel docker docker-buildx less
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