Skip to content

Commit

Permalink
meshtasticd-debian: Remove existing deb builds (meshtastic#5792)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 authored Feb 4, 2025
1 parent 1b457bc commit 447533a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 447 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/build_native.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/build_raspbian.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/build_raspbian_armv7l.yml

This file was deleted.

32 changes: 3 additions & 29 deletions .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,6 @@ jobs:
with:
board: ${{ matrix.board }}

package-raspbian:
uses: ./.github/workflows/package_raspbian.yml

package-raspbian-armv7l:
uses: ./.github/workflows/package_raspbian_armv7l.yml

package-native:
uses: ./.github/workflows/package_amd64.yml

build-debian-src:
uses: ./.github/workflows/build_debian_src.yml
with:
Expand All @@ -158,7 +149,7 @@ jobs:
docker-alpine-amd64:
uses: ./.github/workflows/docker_build.yml
with:
distro: debian
distro: alpine
platform: linux/amd64
runs-on: ubuntu-24.04
push: false
Expand Down Expand Up @@ -288,14 +279,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' }}
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
needs:
[
gather-artifacts,
package-raspbian,
package-raspbian-armv7l,
package-native,
build-debian-src,
]
needs: [gather-artifacts, build-debian-src]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -324,13 +308,6 @@ jobs:
body: |
Autogenerated by github action, developer should edit as required before publishing...
- name: Download deb files
uses: actions/download-artifact@v4
with:
pattern: meshtasticd_${{ steps.version.outputs.long }}_*.deb
merge-multiple: true
path: ./output

- name: Download source deb
uses: actions/download-artifact@v4
with:
Expand All @@ -346,11 +323,8 @@ jobs:
- name: Display structure of downloaded files
run: ls -lR

- name: Add deb files to release
- name: Add source deb to release
run: |
gh release upload v${{ steps.version.outputs.long }} ./output/meshtasticd_${{ steps.version.outputs.long }}_arm64.deb
gh release upload v${{ steps.version.outputs.long }} ./output/meshtasticd_${{ steps.version.outputs.long }}_armhf.deb
gh release upload v${{ steps.version.outputs.long }} ./output/meshtasticd_${{ steps.version.outputs.long }}_amd64.deb
gh release upload v${{ steps.version.outputs.long }} ./output/meshtasticd-${{ steps.version.outputs.deb }}-src.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
90 changes: 0 additions & 90 deletions .github/workflows/package_amd64.yml

This file was deleted.

90 changes: 0 additions & 90 deletions .github/workflows/package_raspbian.yml

This file was deleted.

Loading

0 comments on commit 447533a

Please sign in to comment.