Skip to content

Commit cae5f4c

Browse files
committed
Fix rpi build (removes armv6)
1 parent b26f59f commit cae5f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_bundle-rpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
build-args: |
6363
CORE_IMAGE=datarhei/base:${{ env.OS_NAME }}-core-${{ env.OS_VERSION }}-${{ env.CORE_VERSION }}
6464
FFMPEG_IMAGE=datarhei/base:${{ env.OS_NAME }}-ffmpeg-rpi-${{ env.OS_VERSION }}-${{ env.FFMPEG_VERSION }}
65-
platforms: linux/arm/v7,linux/arm/v6,linux/arm64
65+
platforms: linux/arm/v7,linux/arm64
6666
push: true
6767
tags: |
6868
datarhei/core:rpi-${{ env.CORE_VERSION }}

0 commit comments

Comments
 (0)