Skip to content

Commit

Permalink
3g -> 5g image size
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberb committed May 7, 2024
1 parent 9b643fa commit 6c00b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local release = "${DRONE_TAG:-latest}";
local build(board, arch, mode, distro) = {
local base_image = board + "-base.img",
local suffix = if mode == "sd" then "-sd" else "",
local size = if mode == "sd" then "10M" else "3G",
local size = if mode == "sd" then "10M" else "5G",
local image = "syncloud-" + board + suffix + "-" + release + ".img",
local rootfs = "23.09",
kind: "pipeline",
Expand Down

0 comments on commit 6c00b79

Please sign in to comment.