Skip to content

Commit

Permalink
xu4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberb committed Dec 11, 2022
1 parent 9884beb commit 45eb43d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ local build(board, arch, mode, distro) = {
#{ name: "helios64", arch: "arm", type: "all" },
#{ name: "raspberrypi", arch: "arm", type: "all" },
#{ name: "raspberrypi-64", arch: "arm64", type: "all" },
{ name: "raspberrypi2", arch: "arm", type: "all" },
#{ name: "odroid-xu3and4", arch: "arm", type: "all" },
#{ name: "odroid-xu3and4", arch: "arm", type: "sd" },
#{ name: "raspberrypi2", arch: "arm", type: "all" },
{ name: "odroid-xu3and4", arch: "arm", type: "all" },
{ name: "odroid-xu3and4", arch: "arm", type: "sd" },
#{ name: "odroid-c2", arch: "arm", type: "all" },
#{ name: "odroid-u3", arch: "arm", type: "all" },
#{ name: "bananapim2", arch: "arm", type: "all" },
Expand All @@ -163,3 +163,4 @@ local build(board, arch, mode, distro) = {
"buster"
]
]

0 comments on commit 45eb43d

Please sign in to comment.