Skip to content

Commit

Permalink
Use crystal 1.7.3 to build rpm/deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Mar 10, 2023
1 parent 231bcad commit ffda8ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
file: Dockerfile.deb
platforms: linux/amd64,linux/arm64
build-args: |
build_image=84codes/crystal:1.7.2-${{ matrix.os }}
build_image=84codes/crystal:1.7.3-${{ matrix.os }}
version=${{ env.version }}
DEB_BUILD_OPTIONS="parallel=4"
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:
file: Dockerfile.rpm
platforms: linux/amd64,linux/arm64
build-args: |
build_image=84codes/crystal:1.7.2-${{ matrix.os }}
build_image=84codes/crystal:1.7.3-${{ matrix.os }}
version=${{ env.version }}
MAKEFLAGS=-j4
outputs: RPMS
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Standards-Version: 4.6.0
Homepage: https://github.com/cloudamqp/lavinmq
Section: net
Priority: optional
Build-Depends: debhelper (>= 12), crystal (>= 1.6.0), nodejs (>= 12), curl
Maintainer: CloudAMQP <contact@cloudamqp.com>
Build-Depends: debhelper (>= 12), crystal (>= 1.7.3), nodejs (>= 12), curl
Maintainer: CloudAMQP <contact@cloudamqp.com>,

Package: lavinmq
Architecture: any
Expand Down

0 comments on commit ffda8ed

Please sign in to comment.