mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
Moved source into main.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user