Skip to content

Commit

Permalink
Merge pull request #11 from jokester/fix/alpine-demo
Browse files Browse the repository at this point in the history
v0.4.2
  • Loading branch information
jokester committed Aug 5, 2023
2 parents 100c433 + 474cc22 commit beab382
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Allow multiple Node.js processes to listen on same port, with `SO_REUSEPORT`.

## Supported OS

Only Linux is supported by far.
Only Linux is supported.

Prebuilt binaries for `linux-x64-glibc` `linux-amd64-musl` `linux-arm64` `linux-armv7` are shipped in the npm package.
The npm package contains prebuilt binaries for `linux-x64` `linux-arm64` `linux-armv7`.

If your platform is not listed above, `SO_REUSEPORT` will not be set. Feel free to create an issue if other Linux variant is required.

Expand Down
1 change: 1 addition & 0 deletions demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
build:
context: ..
dockerfile: demo/Dockerfile
# dockerfile: demo/Dockerfile-alpine
# image: ghcr.io/jokester/publicaddr:pr-1
command: npm start
working_dir: /opt/publicaddr/demo
Expand Down
14 changes: 7 additions & 7 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "BSD",
"dependencies": {
"@jokester/ts-commonutil": "^0.4.1",
"publicaddr": "0.4.2-pre3"
"publicaddr": "0.4.2-pre4"
},
"devDependencies": {
"@types/node": "^18.15.3",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publicaddr",
"version": "0.4.2-pre4",
"version": "0.4.2",
"description": "Allow Node.js to listen on TCP with SO_REUSEPORT",
"repository": {
"type": "git",
Expand Down

0 comments on commit beab382

Please sign in to comment.