Commit 9a01736 1 parent a530674 commit 9a01736 Copy full SHA for 9a01736
File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -74,17 +74,19 @@ jobs:
74
74
75
75
build-dotnet-containers :
76
76
runs-on : ubuntu-latest
77
- name : ${{ matrix.arch }}-${{ matrix.distro }}-build-dotnet-container
77
+ name : ${{ matrix.os }}-${{ matrix.distro }}-build-dotnet-container
78
78
strategy :
79
79
fail-fast : false
80
80
matrix :
81
- arch :
82
- - amd64
83
- # - arm64
81
+ os :
82
+ - ubuntu-24.04
83
+ - ubuntu-24.04-arm
84
84
distro :
85
85
- " mcr.microsoft.com/dotnet/sdk:8.0"
86
+ - " mcr.microsoft.com/dotnet/sdk:8.0-alpine3.21"
86
87
- " mcr.microsoft.com/dotnet/sdk:8.0-alpine3.20"
87
88
- " mcr.microsoft.com/dotnet/sdk:8.0-alpine3.19"
89
+ - " mcr.microsoft.com/dotnet/sdk:8.0-alpine3.18"
88
90
89
91
steps :
90
92
- uses : actions/checkout@v4
@@ -105,7 +107,6 @@ jobs:
105
107
--rm \
106
108
-v $(pwd):/${{ github.workspace }} \
107
109
-w ${{ github.workspace }} \
108
- --platform linux/${{ matrix.arch }} \
109
110
--entrypoint /bin/sh \
110
111
${{ matrix.distro }} \
111
112
-c '${{ steps.docker_commands.outputs.deps }} \
Original file line number Diff line number Diff line change 57
57
<CopyToOutputDirectory Condition =" '$(IsLinuxX64)' == 'True'" >PreserveNewest</CopyToOutputDirectory >
58
58
<Visible >false</Visible >
59
59
</Content >
60
+ <Content Include =" $(MSBuildProjectDirectory)\..\..\build\linux\aarch64\libpact_ffi.so" >
61
+ <Link >libpact_ffi.so</Link >
62
+ <PackagePath >runtimes/linux-arm64/native</PackagePath >
63
+ <Pack >true</Pack >
64
+ <CopyToOutputDirectory Condition =" '$(IsLinuxArm64)' == 'True'" >PreserveNewest</CopyToOutputDirectory >
65
+ <Visible >false</Visible >
66
+ </Content >
60
67
<Content Include =" $(MSBuildProjectDirectory)\..\..\build\linux\x86_64-musl\libpact_ffi.so" >
61
68
<Link >libpact_ffi.so</Link >
62
69
<PackagePath >runtimes/linux-x64-musl/native</PackagePath >
You can’t perform that action at this time.
0 commit comments