Deploying to gh-pages from @ 5ee1ff6d5a 🚀

This commit is contained in:
mudler
2023-02-02 11:00:44 +00:00
parent 08a02cde9d
commit 6d295ad354
40 changed files with 188 additions and 188 deletions

View File

@@ -27,12 +27,12 @@
<meta property="og:type" content="article" />
<meta property="og:url" content="https://luet.io/docs/resources/building/" /><meta property="article:section" content="docs" />
<meta property="article:modified_time" content="2022-10-18T08:22:08+00:00" /><meta property="og:site_name" content="Luet" />
<meta property="article:modified_time" content="2023-02-02T11:59:57+01:00" /><meta property="og:site_name" content="Luet" />
<meta itemprop="name" content="Building">
<meta itemprop="description" content="Examples to build with Luet
">
<meta itemprop="dateModified" content="2022-10-18T08:22:08+00:00" />
<meta itemprop="dateModified" content="2023-02-02T11:59:57+01:00" />
<meta itemprop="wordCount" content="200">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Building"/>
@@ -320,7 +320,7 @@ if (!doNotTrack) {
</header>
<h2 id="simple-package-build">Simple package build</h2>
<p>Creating and building a simple <a href="/docs/docs/concepts/packages/">package</a>:</p>
<p>Creating and building a simple <a href="/docs/concepts/packages/">package</a>:</p>
<pre tabindex="0"><code>$&gt; mkdir package
$&gt; cat &lt;&lt;EOF &gt; package/build.yaml
@@ -347,7 +347,7 @@ $&gt; luet build --all
...
</code></pre><h3 id="build-packages">Build packages</h3>
<p>In order to build a specific version, a full <a href="/docs/docs/concepts/packages/">package</a> definition (triple of <code>category</code>, <code>name</code> and <code>version</code>) has to be specified.
<p>In order to build a specific version, a full <a href="/docs/concepts/packages/">package</a> definition (triple of <code>category</code>, <code>name</code> and <code>version</code>) has to be specified.
In this example we will also enable package compression (gzip).</p>
<pre tabindex="0"><code>$&gt; mkdir package
@@ -441,7 +441,7 @@ $&gt; luet build bar/foo-0.1 --compression gzip
<div class="text-muted mt-5 pt-3 border-top">
Last modified October 18, 2022: <a href="https://github.com/mudler/luet/commit/2513760b00de6aebb0444e6a7221ac8967d62b6c">Tag 0.33.0 (2513760)</a>
Last modified February 2, 2023: <a href="https://github.com/mudler/luet/commit/5ee1ff6d5aee5e5bb6d98382ff232b5d828afd36">:arrow_up: Bump to go 1.19 as requirement for building (#319) (5ee1ff6)</a>
</div>
</div>
@@ -483,7 +483,7 @@ $&gt; luet build bar/foo-0.1 --compression gzip
</div>
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
<small class="text-white">&copy; 2022 Ettore Di Giacinto All Rights Reserved</small>
<small class="text-white">&copy; 2023 Ettore Di Giacinto All Rights Reserved</small>
<small class="ml-1"><a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></small>
<p class="mt-2"><a href="/about/">About Luet</a></p>