Skip to content

Commit 5493496

Browse files
committed
fix(ci): platforms --> platform
1 parent 684ed05 commit 5493496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
set: |
2121
*.cache-from=type=gha
2222
*.cache-to=type=gha,mode=max
23-
*.platforms=linux/amd64,linux/arm64
23+
*.platform=linux/amd64,linux/arm64
2424

0 commit comments

Comments
 (0)