Skip to content

Commit d3cc2fe

Browse files
committed
fixup! feat: build with Cartesi CLI
1 parent 8f5deff commit d3cc2fe

2 files changed

Lines changed: 2 additions & 30 deletions

File tree

cartesi.mainnet.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
1-
[machine]
2-
entrypoint = "/home/dapp/honeypot"
3-
ram-image = "/opt/homebrew/etc/cartesi/images/linux.bin"
4-
51
[drives.root]
6-
builder = "docker"
7-
buildArgs = ["HONEYPOT_CONFIG=mainnet"]
8-
dockerfile = "rootfs.Dockerfile"
9-
tags = ["honeypot:cli"]
10-
extraSize = "16Mb"
11-
12-
[drives.state]
13-
builder = "empty"
14-
size = 4096
15-
format = "raw"
16-
mount = false
2+
build_args = ["HONEYPOT_CONFIG=mainnet"]

cartesi.sepolia.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
1-
[machine]
2-
entrypoint = "/home/dapp/honeypot"
3-
ram-image = "/opt/homebrew/etc/cartesi/images/linux.bin"
4-
51
[drives.root]
6-
builder = "docker"
7-
buildArgs = ["HONEYPOT_CONFIG=sepolia"]
8-
dockerfile = "rootfs.Dockerfile"
9-
tags = ["honeypot:cli"]
10-
extraSize = "16Mb"
11-
12-
[drives.state]
13-
builder = "empty"
14-
size = 4096
15-
format = "raw"
16-
mount = false
2+
build_args = ["HONEYPOT_CONFIG=sepolia"]

0 commit comments

Comments
 (0)