Skip to content

Commit

Permalink
v9.1
Browse files Browse the repository at this point in the history
- CI | DietPi-Software build: Do not run builds in tmpfs and do not enforce bourne shell. Both has no performance advantage on the GitHub Action runners, and the additional RAM usage causes issues with vaultwarden builds by times. Also try again RISC-V vaultwarden builds.
  • Loading branch information
MichaIng committed Feb 2, 2024
1 parent ad74fa6 commit 5cc326b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dietpi-software-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.inputs.name }}-${{ github.event.inputs.arch }}-${{ github.event.inputs.dist }}
cancel-in-progress: true
permissions: {}
defaults:
run:
shell: sh
working-directory: /dev/shm
jobs:
prep:
outputs:
Expand Down Expand Up @@ -71,7 +67,6 @@ jobs:
exclude:
- { arch: riscv64, dist: bullseye }
- { arch: riscv64, dist: bookworm }
- { arch: riscv64, name: vaultwarden }
- { arch: armv6l, dist: trixie }
- { arch: armv7l, name: gogs }
- { arch: aarch64, name: gogs }
Expand Down

0 comments on commit 5cc326b

Please sign in to comment.