Moved source into main.

This commit is contained in:
soup-bowl
2025-08-20 17:27:03 +01:00
parent f8b4efbff6
commit b7c2e48ea5
7 changed files with 15 additions and 206 deletions
+8 -4
View File
@@ -17,13 +17,15 @@ jobs:
strategy:
matrix:
include:
- tag: alpine-beta
- version: "0.9.3.0"
tag: alpine-beta
folder: beta/alpine
file: Dockerfile
platforms: linux/amd64,linux/arm64
- tag: source
folder: beta/source
file: Dockerfile
- version: master
tag: source
folder: build/latest
file: Dockerfile.source
platforms: linux/amd64
steps:
@@ -61,5 +63,7 @@ jobs:
ghcr.io/soup-bowl/opensimulator-docker:${{ matrix.tag }},
platforms: ${{ matrix.platforms }}
file: "${{ matrix.file }}"
build-args: |
OPENSIM_VERSION=${{ matrix.version }}
cache-from: type=gha
cache-to: type=gha,mode=max