Skip to content

Commit 3e5e40f

Browse files
remove pipe symbol eol
1 parent 234d62f commit 3e5e40f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build-node-openssl-fips.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,19 @@ jobs:
133133
- name: Execute the Dockerfile
134134
working-directory: node
135135
run: |
136-
docker build -t node20_build -f ./Dockerfile.node20fips . \
137-
{{ if inputs.enableFips }} \
138-
--build-arg ENABLE_FIPS=true \
139-
{{ else }} \
140-
--build-arg ENABLE_FIPS=false \
141-
{{ end }} \
142-
{{ if inputs.dynamicLink }} \
143-
--build-arg DYNAMIC_LINK=true \
144-
{{ else }} \
145-
--build-arg DYNAMIC_LINK=false \
146-
{{ end }} \
147-
--build-arg SHARED_OPENSSL_INCLUDES=${{ inputs.sharedOpenSSLIncludes }} \
148-
--build-arg SHARED_OPENSSL_LIBNAME=${{ inputs.sharedOpenSSLLibname }} \
136+
docker build -t node20_build -f ./Dockerfile.node20fips .
137+
{{ if inputs.enableFips }}
138+
--build-arg ENABLE_FIPS=true
139+
{{ else }}
140+
--build-arg ENABLE_FIPS=false
141+
{{ end }}
142+
{{ if inputs.dynamicLink }}
143+
--build-arg DYNAMIC_LINK=true
144+
{{ else }}
145+
--build-arg DYNAMIC_LINK=false
146+
{{ end }}
147+
--build-arg SHARED_OPENSSL_INCLUDES=${{ inputs.sharedOpenSSLIncludes }}
148+
--build-arg SHARED_OPENSSL_LIBNAME=${{ inputs.sharedOpenSSLLibname }}
149149
--build-arg SHARED_OPENSSL_LIBPATH=${{ inputs.sharedOpenSSLLibpath }}
150150
151151
- name: Extract resources

0 commit comments

Comments
 (0)