Skip to content

Commit 8ae0ed5

Browse files
authored
debian.yml aktualisieren
1 parent 48eb45c commit 8ae0ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [
42-
{ description: Linux (amd64), architecture: [ amd64, linux/amd64 ], platform: x11 },
42+
{ description: Linux (amd64), architecture: [ amd64, linux/amd64 ], platform: x11 },
4343
{ description: Raspberry Pi 1 & Zero 1 (armv6), architecture: [ armv6, linux/arm/v6 ], platform: rpi },
4444
{ description: Raspberry Pi 2 (armv7), architecture: [ armv7, linux/arm/v7 ], platform: rpi },
4545
{ description: Raspberry Pi 3/4/5 & Zero 2 (arm64), architecture: [ arm64, linux/arm64 ], platform: rpi }
4646
]
4747
target_lookup: [
48-
{ 'arm64': 'arm64', 'armv6': 'armv6l', 'armv7': 'armv7l' }
48+
{ 'amd64': 'amd64', 'arm64': 'arm64', 'armv6': 'armv6l', 'armv7': 'armv7l' }
4949
]
5050

5151
steps:

0 commit comments

Comments
 (0)