Skip to content

Commit

Permalink
Merge pull request #640 from mcneel/dockerfile_AL2023
Browse files Browse the repository at this point in the history
Dockerfile al2023
  • Loading branch information
fraguada authored Oct 2, 2024
2 parents 27cf990 + f61239a commit b5b58a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,23 +169,23 @@ jobs:
build_dotnet_os:
name: build dotnet ${{ matrix.target }}
runs-on: ${{ matrix.os }}
#container:
#image: ${{ matrix.image }}
container:
image: ${{ matrix.image }}
strategy:
matrix:
os: [ubuntu-latest, macos-14, windows-2022]
include:
- os: ubuntu-latest
target: linux
#image: mcneel/rhino3dm-dev-amzn2
image: mcneel/rhino3dm-dev-amazonlinux2023
artifact-path: src/build/linux/librhino3dm_native.so
- os: windows-2022
target: windows
#image: ""
image: ""
artifact-path: src\build\windows\*\Release\librhino3dm_native.dll
- os: macos-14
target: macos
#image: ""
image: ""
artifact-path: src/build/macos/Release/librhino3dm_native.dylib
fail-fast: false
steps:
Expand Down

0 comments on commit b5b58a1

Please sign in to comment.