Skip to content

Commit 2567512

Browse files
committed
Add double-quote to platforms example
1 parent 2792928 commit 2567512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build/platforms/buildrunner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
build:
77
dockerfile: |
88
FROM alpine:latest
9-
RUN echo Hello World
9+
RUN echo "Hello World"
1010
platforms:
1111
- linux/amd64
1212
- linux/arm64/v8

0 commit comments

Comments
 (0)