Skip to content

Commit a8fb6ca

Browse files
authored
Merge branch 'master' into renovate/layers-meta-balena-digest
2 parents 0ac1bbe + c86457f commit a8fb6ca

File tree

9 files changed

+993
-6
lines changed

9 files changed

+993
-6
lines changed

Diff for: .github/workflows/build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
release-on-tag:
14-
uses: balena-os/github-workflows/.github/workflows/[email protected].21
14+
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@240facef59933cbf1563d3d73a754bba8b5b8349 # v0.0.24
1515
with:
1616
deployTo: "production"
1717
secrets: inherit

Diff for: .gitmodules

+5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
[submodule "balena-yocto-scripts"]
22
path = balena-yocto-scripts
33
url = https://github.com/balena-os/balena-yocto-scripts.git
4+
branch = master
45
[submodule "layers/meta-rust"]
56
path = layers/meta-rust
67
url = https://github.com/meta-rust/meta-rust.git
78
[submodule "layers/meta-balena"]
89
path = layers/meta-balena
910
url = https://github.com/balena-os/meta-balena.git
11+
branch = master
1012
[submodule "layers/poky"]
1113
path = layers/poky
1214
url = https://github.com/balena-os/poky
15+
branch = kirkstone
1316
[submodule "layers/meta-openembedded"]
1417
path = layers/meta-openembedded
1518
url = https://github.com/openembedded/meta-openembedded.git
19+
branch = kirkstone
1620
[submodule "contracts"]
1721
path = contracts
1822
url = https://github.com/balena-io/contracts.git
23+
branch = master
1924
[submodule "layers/meta-rockchip"]
2025
path = layers/meta-rockchip
2126
url = https://github.com/JeffyCN/meta-rockchip.git

0 commit comments

Comments
 (0)