This commit is contained in:
Fijxu 2026-08-02 22:31:18 -04:00
parent 15b87d6106
commit 10b068daf9
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -87,7 +87,7 @@ jobs:
run: crystal spec
- name: Build
run: crystal build --warnings all --error-on-warnings --stats --time --progress --error-trace src/invidious.cr
run: crystal build --warnings all --error-on-warnings --stats --time --progress --error-trace src/invidious.cr --release
build-docker:
strategy: