Skip to content

Commit 08b1f97

Browse files
committed
chore: fix docker build
1 parent abc2991 commit 08b1f97

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
releases:
77
name: Release Authorizer Binary
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-18.04
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Install dependencies

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,12 @@ binaries are baked with required deployment files and bundled. You can download
9595

9696
- Mac OSX
9797
- Linux
98-
- Windows
9998

10099
### Step 1: Download and unzip bundle
101100

102101
- Download the Bundle for the specific OS from the [release page](https://github.com/authorizerdev/authorizer/releases)
103102

104-
> Note: For windows, it includes `.zip` file. For Linux & MacOS, it includes `.tar.gz` file.
103+
> Note: For windows, we recommend running using docker image to run authorizer.
105104
106105
- Unzip using following command
107106

@@ -111,12 +110,6 @@ binaries are baked with required deployment files and bundled. You can download
111110
tar -zxf AUTHORIZER_VERSION -c authorizer
112111
```
113112

114-
- Windows
115-
116-
```sh
117-
unzip AUTHORIZER_VERSION
118-
```
119-
120113
- Change directory to `authorizer`
121114

122115
```sh
@@ -137,12 +130,6 @@ Required environment variables are pre-configured in `.env` file. But based on t
137130
./build/server
138131
```
139132

140-
- For windows
141-
142-
```sh
143-
./build/server.exe
144-
```
145-
146133
> Note: For mac users, you might have to give binary the permission to execute. Here is the command you can use to grant permission `xattr -d com.apple.quarantine build/server`
147134
148135
## Install instance on Heroku

0 commit comments

Comments
 (0)