Skip to content

Commit

Permalink
Build rpm and deb packages with crystal 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Nov 12, 2024
1 parent 449c4dc commit 88acb0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
platforms: linux/amd64,linux/arm64
pull: true
build-args: |
build_image=84codes/crystal:1.13.2-${{ matrix.os }}
build_image=84codes/crystal:1.14.0-${{ matrix.os }}
version=${{ env.version }}
DEB_BUILD_OPTIONS="parallel=1"
outputs: builds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
platforms: linux/amd64,linux/arm64
pull: true
build-args: |
build_image=84codes/crystal:1.13.2-${{ matrix.os }}
build_image=84codes/crystal:1.14.0-${{ matrix.os }}
version=${{ env.version }}
MAKEFLAGS=-j1
outputs: RPMS
Expand Down

0 comments on commit 88acb0f

Please sign in to comment.