Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 20, 2023
1 parent d9a6742 commit f16c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ${{ fromJSON(format('[{0}]', github.event.inputs.platforms == 'all' && '"rpi0","rpi2","rpi3","rpi4","rpi5","tinkerboard","odroid-c2","odroid-c4","odroid-n2","intelnuc","ova","oci_amd64",oci_arm64","oci_arm"' || github.event.inputs.platforms)) }}
platform: ${{ fromJSON(format('[{0}]', github.event.inputs.platforms == 'all' && '"rpi0","rpi2","rpi3","rpi4","rpi5","tinkerboard","odroid-c2","odroid-c4","odroid-n2","intelnuc","ova","oci_amd64","oci_arm64","oci_arm"' || github.event.inputs.platforms)) }}

steps:
- name: Checkout Code
Expand Down

0 comments on commit f16c5de

Please sign in to comment.