Skip to content

bootstrap: install dua on macOS/linux. remove grandperspective. #187

bootstrap: install dua on macOS/linux. remove grandperspective.

bootstrap: install dua on macOS/linux. remove grandperspective. #187

name: Bootstrap
"on":
push:
branches:
- master
# To test on a new OS version, update the 'os_version' field.
jobs:
bootstrap_macos:
strategy:
max-parallel: 16
fail-fast: false
matrix:
platform: ['macos']
bootstrap_type: ['machine+dotfiles']
user_profile: ['admin', 'dev_single'] # debug: 'machine','dotfiles'
os_version: ['macos-13', 'macos-14']
name: '${{ matrix.platform }}/${{ matrix.os_version }}/${{ matrix.user_profile }}'
secrets: inherit
uses: davidandreoletti/dotfiles/.github/workflows/bootstrap_on_macos.yaml@master
with:
platform: ${{ matrix.platform }}
bootstrap_type: ${{ matrix.bootstrap_type }}
user_profile: ${{ matrix.user_profile }}
os_version: ${{ matrix.os_version }}
concurrency:
group: ${{ matrix.platform }}-${{ matrix.os_version}}-${{ matrix.bootstrap_type}}-${{ matrix.user_profile }}
cancel-in-progress: true
bootstrap_fedora:
strategy:
max-parallel: 16
fail-fast: false
matrix:
platform: ['linux']
bootstrap_type: ['machine+dotfiles']
user_profile: ['admin', 'dev_single'] # debug: 'machine','dotfiles'
os_version: ['fedora:40', 'fedora:41']
name: '${{ matrix.platform }}/${{ matrix.os_version }}/${{ matrix.user_profile }}'
secrets: inherit
uses: davidandreoletti/dotfiles/.github/workflows/bootstrap_on_fedora.yaml@master
with:
platform: ${{ matrix.platform }}
bootstrap_type: ${{ matrix.bootstrap_type }}
user_profile: ${{ matrix.user_profile }}
os_version: ${{ matrix.os_version }}
bootstrap_archlinux:
strategy:
max-parallel: 16
fail-fast: false
matrix:
platform: ['linux']
bootstrap_type: ['machine+dotfiles']
user_profile: ['admin', 'dev_single'] # debug: 'machine','dotfiles'
os_version: ['archlinux:latest']
name: '${{ matrix.platform }}/${{ matrix.os_version }}/${{ matrix.user_profile }}'
secrets: inherit
uses: davidandreoletti/dotfiles/.github/workflows/bootstrap_on_archlinux.yaml@master
with:
platform: ${{ matrix.platform }}
bootstrap_type: ${{ matrix.bootstrap_type }}
user_profile: ${{ matrix.user_profile }}
os_version: ${{ matrix.os_version }}
concurrency:
group: ${{ matrix.platform }}-${{ matrix.os_version}}-${{ matrix.bootstrap_type}}-${{ matrix.user_profile }}
cancel-in-progress: true