We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a02aef commit 4adc538Copy full SHA for 4adc538
.pipelines/templates/build-alpine.yml
@@ -58,7 +58,7 @@ jobs:
58
value: ${{ parameters.ARCHITECTURE }}
59
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
60
value: 1
61
- - ${{ if eq(parameters.ARCHITECTURE, 'linux-arm64') }}:
+ - ${{ if eq(parameters.ARCHITECTURE, 'linux-musl-arm64') }}:
62
- name: ob_sdl_binskim_enabled
63
value: false
64
- name: ob_sdl_credscan_enabled
Dockerfile
@@ -10,5 +10,3 @@ RUN pwsh -c "Import-Module ./build.psm1; Start-BuildNativeUnixBinaries";
10
11
FROM scratch AS export
12
COPY --from=build /src/powershell-unix/libpsl-native.so /libpsl-native.so
13
-
14
-ENTRYPOINT [ "pwsh" ]
0 commit comments