Skip to content

Commit

Permalink
feat: fix step build id
Browse files Browse the repository at this point in the history
  • Loading branch information
vrince committed Apr 26, 2024
1 parent 1fc72ef commit f14eb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./build.sh ${{ matrix.beat }} ${{ matrix.arch }}

- name: Build beat (master)
id: build-beat
id: build-beat-master
if: "!startsWith(github.ref, 'refs/tags/')"
run: ./build.sh ${{ matrix.beat }} ${{ matrix.arch }} master

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![](https://badgen.net/github/release/vrince/arm-beats)
[![CI](https://github.com/vrince/arm-beats/actions/workflows/beats.yml/badge.svg)](https://github.com/vrince/arm-beats/actions/workflows/beats.yml)

Automated Elastic `filebeat`, `metricbeat`, `heartbeat` & `packagebeat` builds for **linux/armv7 32bits**.
Automated Elastic `filebeat`, `metricbeat` & `heartbeat` builds for **linux/armv7 32bits**.

## Goal

Expand Down

0 comments on commit f14eb7e

Please sign in to comment.