mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: only amd64
This commit is contained in:
parent
9915757dce
commit
1cfc1a6f5d
2 changed files with 1 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -89,7 +89,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile.io
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
coderaiser/cloudcmd:io
|
||||
|
|
|
|||
|
|
@ -86,7 +86,6 @@ ENV cloudcmd_terminal=true \
|
|||
cloudcmd_open=false \
|
||||
PATH=node_modules/.bin:$PATH \
|
||||
PATH=~/.local/bin:$PATH \
|
||||
PATH=/usr/local/src/bun/bin:$PATH \
|
||||
BUN_INSTALL_CACHE_DIR=/tmp/bun-cache \
|
||||
DENO_DIR=/tmp/deno-cache \
|
||||
LANG=en_US.UTF-8 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue