Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Nov 16, 2023
1 parent 1590944 commit 7c89b96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maintenance-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ on:
type: string

env:
DOCKER_REPOSITORY: crystallang/crystal
DOCKER_REPOSITORY: "crystallang/crystal"
CRYSTAL_VERSION: "${{ inputs.crystal_version || 'master' }}"
CRYSTAL_SHA1: "${{ inputs.crystal_version || 'master' }}"
PREVIOUS_CRYSTAL_VERSION: "${{ inputs.previous_crystal_version || '1.10.1' }}"

jobs:
build-linux:
Expand All @@ -27,10 +30,7 @@ jobs:

- name: Build the linux binaries
working-directory: linux
run: make all no_cache=true pull_images=true release=true
env:
CRYSTAL_VERSION: ${{ inputs.crystal_version }}
PREVIOUS_CRYSTAL_VERSION: ${{ inputs.previous_crystal_version }}
run: make all pull_images=true release=true

- name: Upload the binaries for use in the next step
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7c89b96

Please sign in to comment.