Skip to content

Commit

Permalink
Remove dotnet6
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Dec 27, 2024
1 parent 1adf7ec commit 44ad453
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
folder: beta/source
file: Dockerfile
platforms: linux/amd64
- tag: dotnet6
folder: beta/source
file: Dockerfile.dotnet6
platforms: linux/amd64,linux/arm64

steps:
- name: Checkout Codebase
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ A bleeding edge variant using **Alpine** as the build image. Progress can be tra

## `soupbowl/opensimulator:source`

Gets the latest available code from the OpenSimulator repository, and constructs a bleeding edge container. Configuration is not different, but this is **compiled from source** and should be **treated as highly unstable**. These are built **4 times daily**, providing a change has occurred.

**Note**: This was originally building from the `dotnet6` branch of the OpenSimulator repository. This image is now truly built from source, but if you want to use the original-type image, it is now built to the container tag `dotnet6`.
Gets the latest available code from the OpenSimulator repository, and constructs a bleeding edge container. Configuration is not different, but this is **compiled from source** and should be **treated as highly unstable**. These are built **on demand**, when a detected changre has occurred.

# Source Code

Expand Down
34 changes: 0 additions & 34 deletions beta/source/Dockerfile.dotnet6

This file was deleted.

0 comments on commit 44ad453

Please sign in to comment.