mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-31 22:12:01 +08:00
Update devcontainer (#8516)
* Update devcontainer * Merge branch 'main' into update-devcontainer * Revert to using Dockerfile * Merge branch 'main' into update-devcontainer
This commit is contained in:
parent
61efef9e88
commit
d869a61ac1
@ -1,2 +1,2 @@
|
|||||||
ARG BASE_IMAGE
|
ARG BASE_IMAGE
|
||||||
FROM ${BASE_IMAGE}
|
FROM ${BASE_IMAGE}
|
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "OrcaSlicer",
|
"name": "OrcaSlicer",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
"args": {
|
"args": {
|
||||||
"PLATFORM": "linux/amd64",
|
"PLATFORM": "linux/amd64",
|
||||||
"BASE_IMAGE": "mcr.microsoft.com/devcontainers/cpp:ubuntu-20.04"
|
"BASE_IMAGE": "mcr.microsoft.com/devcontainers/cpp:ubuntu-22.04"
|
||||||
},
|
},
|
||||||
"options": ["--platform=linux/amd64"]
|
"options": ["--platform=linux/amd64"]
|
||||||
},
|
},
|
||||||
"runArgs": ["--env-file", "/tmp/devcontainer.env"],
|
"runArgs": ["--env-file", "/tmp/devcontainer.env", "--platform=linux/amd64"],
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/desktop-lite:1": {
|
"ghcr.io/devcontainers/features/desktop-lite:1": {
|
||||||
"password": "orca"
|
"password": "orca"
|
||||||
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"settings": {
|
"settings": {
|
||||||
"cmake.configureArgs": [
|
"cmake.configureArgs": [
|
||||||
"-DSLIC3R_GTK=3",
|
"-DSLIC3R_GTK=3",
|
||||||
"-DBBL_RELEASE_TO_PUBLIC=1",
|
"-DBBL_RELEASE_TO_PUBLIC=1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user