Skip to content

Commit

Permalink
.coffee: Correct yocto 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 authored and alexgg committed Jun 27, 2024
1 parent 9596880 commit e8515fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generic-aarch64.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports =
machine: 'generic-aarch64'
image: 'balena-image'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-generic-aarch64.balenaos-img'
compressed: true

Expand Down
2 changes: 1 addition & 1 deletion generic-amd64-fs.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports =
machine: 'generic-amd64-fs'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-generic-amd64-fs.balenaos-img'
deployFlasherArtifact: 'balena-image-flasher-generic-amd64-fs.balenaos-img'
deployRawArtifact: 'balena-image-generic-amd64-fs.balenaos-img'
Expand Down
2 changes: 1 addition & 1 deletion generic-amd64.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports =
machine: 'generic-amd64'
image: 'balena-image-flasher'
fstype: 'balenaos-img'
version: 'yocto-dunfell'
version: 'yocto-kirkstone'
deployArtifact: 'balena-image-flasher-generic-amd64.balenaos-img'
deployFlasherArtifact: 'balena-image-flasher-generic-amd64.balenaos-img'
deployRawArtifact: 'balena-image-generic-amd64.balenaos-img'
Expand Down

0 comments on commit e8515fc

Please sign in to comment.