Skip to content

Commit 74fca72

Browse files
committed
bugfix ci typo. plural "platforms" for specifying multiple platforms.
1 parent cb150bc commit 74fca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
tags: ${{ steps.image-metadata.outputs.tags }}
6868
labels: ${{ steps.image-metadata.outputs.labels }}
6969
containerfiles: ./Dockerfile
70-
platform: linux/amd64, linux/arm64, linux/arm/v7
70+
platforms: linux/amd64, linux/arm64, linux/arm/v7
7171
oci: true
7272
# enable build layer caching between platforms
7373
layers: true

0 commit comments

Comments
 (0)