This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
target: release-bin
|
target: release-bin
|
||||||
build-args: |
|
build-args: |
|
||||||
OPENCODE_VERSION=1.18.31
|
OPENCODE_VERSION=1.18.31
|
||||||
BUN_VERSION=1.4.2
|
BUN_VERSION=1.3.14
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: true
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
target: release
|
target: release
|
||||||
build-args: |
|
build-args: |
|
||||||
OPENCODE_VERSION=1.18.31
|
OPENCODE_VERSION=1.18.31
|
||||||
BUN_VERSION=1.4.2
|
BUN_VERSION=1.3.14
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
+1
-1
@@ -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 \
|
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 \
|
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 \
|
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 --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed jdk25-graalvm-bin
|
||||||
RUN useradd -m -d /var/lib/opencode opencode
|
RUN useradd -m -d /var/lib/opencode opencode
|
||||||
RUN mkdir /workspace
|
RUN mkdir /workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user