Skip to content

Commit

Permalink
rootfs version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberb committed Jun 19, 2023
1 parent 75de26e commit 0308a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local build(board, arch, mode, distro) = {
local suffix = if mode == "sd" then "-sd" else "",
local size = if mode == "sd" then "10M" else "3G",
local image = "syncloud-" + board + suffix + "-" + release + ".img",

local rootfs = "23.06",
kind: "pipeline",
name: board + "-" + mode + "-" + distro,

Expand Down Expand Up @@ -35,7 +35,7 @@ local build(board, arch, mode, distro) = {
name: "rootfs",
image: "debian:buster-slim",
commands: [
"./tools/rootfs.sh " + board + " " + arch + " " + image + " " + release + " " + distro
"./tools/rootfs.sh " + board + " " + arch + " " + image + " " + rootfs + " " + distro
],
privileged: true
}] else []) +
Expand Down

0 comments on commit 0308a16

Please sign in to comment.