try pi
This commit is contained in:
parent
940b929f32
commit
4818ea8e26
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -75,9 +75,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- arm-image: "dietpi:rpi_armv7_bullseye"
|
- arm-image: "raspi_2_bullseye:20230102"
|
||||||
package-suffix: "_armv7"
|
package-suffix: "_armv7"
|
||||||
- arm-image: "dietpi:rpi_armv8_bullseye"
|
- arm-image: "raspi_4_bullseye:20230102"
|
||||||
package-suffix: "_aarch64"
|
package-suffix: "_aarch64"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue