Skip to content

Commit

Permalink
docs(README): openssl_version isn't an environment variable anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Dec 8, 2022
1 parent 445a395 commit a3875dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Prerequisites:
# Set desired environment variables. If not set the below are the defaults when this document was written
ARCHITECTURE=x86_64
OSTYPE=linux-gnu
OPENSSL_VERSION=1.1.1s
make build/package
```
Expand All @@ -69,7 +68,6 @@ The same result without `make`
```
ARCHITECTURE=x86_64
OSTYPE=linux-gnu
OPENSSL_VERSION=1.1.1s
docker buildx build \
--build-arg ARCHITECTURE=$(ARCHITECTURE) \
Expand All @@ -85,7 +83,6 @@ A **similar** result without `docker`
```
ARCHITECTURE=x86_64
OSTYPE=linux-gnu
OPENSSL_VERSION=1.1.1s
./build.sh
Expand Down

0 comments on commit a3875dd

Please sign in to comment.