Skip to content

Commit

Permalink
Update DietPi image url
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Roth <developer@freakydu.de>
  • Loading branch information
freakydude committed Feb 29, 2024
1 parent 4a86817 commit b40c926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches:
- 'main'

env:
tagName: prerelease-latest
releaseName: prerelease-latest
preRelease: true
CARGO_TERM_COLOR: always
jobs:
release-amd64:
permissions:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: build release
uses: pguyot/arm-runner-action@v2
with:
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.7z #dietpi:rpi_armv8_bullseye
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bullseye.img.xz #dietpi:rpi_armv8_bullseye
cpu: cortex-a53
cpu_info: cpuinfo/raspberrypi_zero2_w_arm64
bind_mount_repository: true
Expand Down

0 comments on commit b40c926

Please sign in to comment.