Skip to content

Commit

Permalink
Revert "ci: try to fix build-error by disabling deb-creation for now"
Browse files Browse the repository at this point in the history
This reverts commit 8340652.
  • Loading branch information
frank-w committed Nov 21, 2024
1 parent 579358a commit fc18a51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
bash build.sh cryptodev
- name: Pack for bananapi-r2
run: |
#bash build.sh pack_debs
bash build.sh pack_debs
bash build.sh pack
- name: Build for bananapi-r64
Expand All @@ -84,7 +84,7 @@ jobs:
bash build.sh cryptodev
- name: Pack for bananapi-r64
run: |
#bash build.sh pack_debs
bash build.sh pack_debs
bash build.sh pack
- name: Build for bananapi-r2pro
Expand All @@ -94,7 +94,7 @@ jobs:
bash build.sh build
- name: Pack for bananapi-r2pro
run: |
#bash build.sh pack_debs
bash build.sh pack_debs
bash build.sh pack
- name: Build for bananapi-r3 (mini)
Expand All @@ -104,7 +104,7 @@ jobs:
bash build.sh build
- name: Pack for bananapi-r3
run: |
#bash build.sh pack_debs
bash build.sh pack_debs
bash build.sh pack
- name: Build for bananapi-r4
Expand All @@ -114,7 +114,7 @@ jobs:
bash build.sh build
- name: Pack for bananapi-r4
run: |
#bash build.sh pack_debs
bash build.sh pack_debs
bash build.sh pack
- name: Upload binaries to release
Expand All @@ -136,5 +136,5 @@ jobs:
target_commitish: ${{ github.sha }}
files: |
../SD/*
../*.deb
*.itb
#../*.deb

0 comments on commit fc18a51

Please sign in to comment.