We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d19cc commit e76dbc3Copy full SHA for e76dbc3
.github/workflows/kernel.yaml
@@ -12,7 +12,7 @@ jobs:
12
kernel:
13
name: "Zero-OS Kernel Image"
14
runs-on: ubuntu-latest
15
- container: ubuntu:18.04
+ container: ubuntu:20.04
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v1
packages/zinit.sh
100644
100755
@@ -1,5 +1,5 @@
1
-ZINIT_VERSION="0.2.11"
2
-ZINIT_HASH="e1d6a6f0ff604e58735cd7bd127e5c78"
+ZINIT_VERSION="0.2.14"
+ZINIT_HASH="2617c4d62e7b33e34c1836e39a3be93e"
3
ZINIT_BINARY="https://github.com/threefoldtech/zinit/releases/download/v${ZINIT_VERSION}/zinit"
4
5
download_zinit() {
0 commit comments