Skip to content

Commit

Permalink
.coffee: Set version to kirkstone
Browse files Browse the repository at this point in the history
Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Jun 6, 2024
1 parent 7b2ae41 commit 020b9d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion emgw3.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports =
machine: 'emgw3'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-honister'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-emgw3.balenaos-img'
compressed: true

Expand Down
2 changes: 1 addition & 1 deletion imx8mm-lpddr4-evk.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports =
machine: 'imx8mm-lpddr4-evk'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-honister'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-imx8mm-lpddr4-evk.balenaos-img'
compressed: true

Expand Down
2 changes: 1 addition & 1 deletion nitrogen8mm-dwe.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports =
machine: 'nitrogen8mm-dwe'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-honister'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-nitrogen8mm-dwe.balenaos-img'
compressed: true

Expand Down
2 changes: 1 addition & 1 deletion nitrogen8mm.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports =
machine: 'nitrogen8mm'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-honister'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-nitrogen8mm.balenaos-img'
compressed: true

Expand Down
2 changes: 1 addition & 1 deletion solidrun-n6g.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports =
machine: 'solidrun-n6g'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-solidrun-n6g.balenaos.img'
compressed: true

Expand Down

0 comments on commit 020b9d0

Please sign in to comment.