Skip to content

Does not work on Windows/ARM64 #1018

Description

@dscho

Describe the bug
This is essentially a duplicate of #852; I was asked by @TacoTechSharma to raise a separate issue to elaborate on the urgency.

I just switched Git for Windows to code-signing with Azure Artifact Signing. As Git for Windows offers support for Windows/ARM64, it was highly crucial to code-sign also the Windows/ARM64 bits. Currently, this is done via a crude work-around because dotnet/sign simply doesn't work as advertised on ARM64.

Repro steps
Use the recommended signtool.exe invocation on Windows/ARM64.

Expected behavior
Correctly code-signs an executable on Windows/ARM64, just like it does on Windows/x64.

Actual behavior
Fails. See #852 for details.

Additional context

  • sign --version: any.
  • dotnet --info: any.

We currently use a really ugly work-around, which is not ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions