Skip to content

Commit

Permalink
build deb packages with specific crystal version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed May 7, 2024
1 parent 63b7d7f commit 5fea299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
file: Dockerfile.deb
platforms: linux/${{ matrix.arch }}
build-args: |
build_image=84codes/crystal:1.9.2-${{ matrix.os }}
build_image=84codes/crystal:1.12.1-${{ matrix.os }}
pkg_version=${{ env.PKG_VERSION }}
outputs: builds

Expand Down

0 comments on commit 5fea299

Please sign in to comment.