From 08b1f97ccb62dfdba0155b7eb600badbad185cb4 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Thu, 28 Oct 2021 07:17:44 +0530 Subject: [PATCH] chore: fix docker build --- .github/workflows/release.yaml | 2 +- README.md | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 48a9dea..c17ad98 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: jobs: releases: name: Release Authorizer Binary - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Install dependencies diff --git a/README.md b/README.md index 1cd4233..4fe3782 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,12 @@ binaries are baked with required deployment files and bundled. You can download - Mac OSX - Linux -- Windows ### Step 1: Download and unzip bundle - Download the Bundle for the specific OS from the [release page](https://github.com/authorizerdev/authorizer/releases) -> Note: For windows, it includes `.zip` file. For Linux & MacOS, it includes `.tar.gz` file. +> Note: For windows, we recommend running using docker image to run authorizer. - Unzip using following command @@ -111,12 +110,6 @@ binaries are baked with required deployment files and bundled. You can download tar -zxf AUTHORIZER_VERSION -c authorizer ``` - - Windows - - ```sh - unzip AUTHORIZER_VERSION - ``` - - Change directory to `authorizer` ```sh @@ -137,12 +130,6 @@ Required environment variables are pre-configured in `.env` file. But based on t ./build/server ``` - - For windows - - ```sh - ./build/server.exe - ``` - > 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` ## Install instance on Heroku