Skip to content

Commit

Permalink
Update binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinii authored May 5, 2021
1 parent 8425084 commit cdeb560
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,20 @@ jobs:
container: catalinii/minisatip-build-image:latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Configure ARM
run: |
./configure --enable-enigma --enable-static --host=arm-linux-gnueabihf --disable-dvbaes --disable-dvbca
make
zip -9 -r /minisatip_arm.zip minisatip html
- name: Bump version and push tag/create release point
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
id: bump_version



0 comments on commit cdeb560

Please sign in to comment.