Skip to content

Add a weight for globs in the mime.types XML file. #3

Add a weight for globs in the mime.types XML file.

Add a weight for globs in the mime.types XML file. #3

Workflow file for this run

name: Ambertools canary build
on:
push:
branches: [feature/ambertools]
jobs:
build-arm-macos:
name: Build ChimeraX for arm64 macOS
uses: ./.github/workflows/mac_arm_build.yml
with:
branch: feature/ambertools
release_type: canary
secrets: inherit
build-intel-macos:
name: Build ChimeraX for Intel macOS
uses: ./.github/workflows/mac_intel_build.yml
with:
branch: feature/ambertools
release_type: canary
secrets: inherit
build-mac-universal:
name: Build Universal ChimeraX for macOS
needs: [build-arm-macos, build-intel-macos]
uses: ./.github/workflows/mac_universal_build.yml
with:
branch: feature/ambertools
release_type: canary
secrets: inherit