From 569eeae18194176fdce677fb7fef0cd21bd0816b Mon Sep 17 00:00:00 2001 From: Flaminel Date: Wed, 7 May 2025 21:44:49 +0300 Subject: [PATCH] Fix hardlinks on ARM64 (#130) --- .github/workflows/build.yml | 4 +++- code/Infrastructure/Infrastructure.csproj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f63f014..6a5e4aad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,11 @@ on: jobs: build: - uses: flmorg/universal-workflows/.github/workflows/dotnet.build.app.yml@main + uses: flmorg/universal-workflows-testing/.github/workflows/dotnet.build.app.yml@main with: dockerRepository: flaminel/cleanuperr githubContext: ${{ toJSON(github) }} outputName: cleanuperr + selfContained: false + baseImage: 9.0-bookworm-slim secrets: inherit \ No newline at end of file diff --git a/code/Infrastructure/Infrastructure.csproj b/code/Infrastructure/Infrastructure.csproj index fa2e2e62..0811a862 100644 --- a/code/Infrastructure/Infrastructure.csproj +++ b/code/Infrastructure/Infrastructure.csproj @@ -18,7 +18,7 @@ - +