Skip to content

Commit 4adc538

Browse files
CR feedback from co-pilot
1 parent 4a02aef commit 4adc538

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pipelines/templates/build-alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
value: ${{ parameters.ARCHITECTURE }}
5959
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
6060
value: 1
61-
- ${{ if eq(parameters.ARCHITECTURE, 'linux-arm64') }}:
61+
- ${{ if eq(parameters.ARCHITECTURE, 'linux-musl-arm64') }}:
6262
- name: ob_sdl_binskim_enabled
6363
value: false
6464
- name: ob_sdl_credscan_enabled

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ RUN pwsh -c "Import-Module ./build.psm1; Start-BuildNativeUnixBinaries";
1010

1111
FROM scratch AS export
1212
COPY --from=build /src/powershell-unix/libpsl-native.so /libpsl-native.so
13-
14-
ENTRYPOINT [ "pwsh" ]

0 commit comments

Comments
 (0)