Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically build binaries for Popular Linux archs #253

Merged
merged 14 commits into from
Dec 8, 2022
5 changes: 2 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Build Linux Binaries

on:
push:
tags:
- "v*.*.*"
release:
types: [published]
env:
MOSQUITTO_VERSION: 2.0.15
jobs:
Expand Down