Skip to content

Commit

Permalink
build all images every day to get the latest libraries
Browse files Browse the repository at this point in the history
Version incompabilities between library versions in the build image and
the runtime image can otherwise cause segfaults and other problems.

See: cloudamqp/amqproxy#178
  • Loading branch information
carlhoerberg committed Oct 8, 2024
1 parent 2c4ec3f commit 0edc236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
paths-ignore:
- README.md
- .github/workflows/master.yml
schedule:
- cron: '45 4 * * *'

env:
crystal_version: 1.13.3
Expand Down

0 comments on commit 0edc236

Please sign in to comment.