Skip to content

Commit

Permalink
Merge pull request #73 from emqx/20250106-5.8.4
Browse files Browse the repository at this point in the history
chore: emqx 5.8.4
  • Loading branch information
id authored Jan 7, 2025
2 parents 5ac2e92 + 729715c commit 2f01646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
strategy:
matrix:
version:
- '5.1'
- '5.2'
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '5.7'
- '5.8'

Expand Down
6 changes: 3 additions & 3 deletions 5.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian:12-slim

ENV EMQX_VERSION=5.8.3
ENV AMD64_SHA256=3342bf92b8e50ff44d001e3ddeaf5f14c447a2eb42cd1750c378f92195d6e963
ENV ARM64_SHA256=a2f08ae1c79236485f66a1dca01cdf9b437d27aca0a75a9d37cff5a193f43737
ENV EMQX_VERSION=5.8.4
ENV AMD64_SHA256=48776760e500e0e38b810c9c2e4156ec5022565f700bbea121695e76463ed042
ENV ARM64_SHA256=dd45d06ee2f7f5ace05ec9ce53b2739b54dad2105cdfcadb6f7bb514724caf91
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8

RUN set -eu; \
Expand Down

0 comments on commit 2f01646

Please sign in to comment.