Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1348 from vania-pooh/master
Browse files Browse the repository at this point in the history
Fixed contributing guide
  • Loading branch information
vania-pooh authored May 25, 2023
2 parents ba5bcd7 + 4070cfc commit aa110f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/contributing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ To build Docker container type:
[source,bash]
----
$ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
$ docker build -t selenoid:latest .
$ 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 .
----
====
Expand Down

0 comments on commit aa110f4

Please sign in to comment.