Skip to content

Commit

Permalink
Publishing to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aerokube/selenoid committed May 26, 2023
1 parent 9a77f88 commit 5563f79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h1>Selenoid</h1>
<div class="details">
<span id="author" class="author">Alexander Andryashin, Ivan Krutov, Kirill Merkushev and the Aerokube community</span><br>
<span id="revnumber">version latest,</span>
<span id="revdate">2023-05-21</span>
<span id="revdate">2023-05-26</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -3984,8 +3984,9 @@ <h2 id="_contributing_development"><a class="anchor" href="#_contributing_develo
</div>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="bash">$ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
$ docker build -t selenoid:latest .</code></pre>
<pre class="CodeRay highlight"><code data-lang="bash">$ mkdir -p dist
$ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o dist/selenoid_linux_amd64
$ docker buildx build --pull --platform linux/amd64 -t selenoid:latest .</code></pre>
</div>
</div>
</td>
Expand Down Expand Up @@ -4019,7 +4020,7 @@ <h2 id="_browser_image_information"><a class="anchor" href="#_browser_image_info
<div id="footer">
<div id="footer-text">
Version latest<br>
Last updated 2023-05-21 17:51:52 UTC
Last updated 2023-05-26 06:56:25 UTC
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down

0 comments on commit 5563f79

Please sign in to comment.