Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Only install 18+ JIT package on architectures where it's supported#618

Only install 18+ JIT package on architectures where it's supported

Only install 18+ JIT package on architectures where it's supported #618

Workflow file for this run

name:GitHub CI
on:
pull_request:
push:
schedule:
-cron:0 0 * * 0
workflow_dispatch:
defaults:
run:
shell:'bash -Eeuo pipefail -x {0}'
jobs:
generate-jobs:
name:Generate Jobs
runs-on:ubuntu-latest
outputs:
strategy:${{ steps.generate-jobs.outputs.strategy }}
steps:
-uses:actions/checkout@v4
-uses:docker-library/bashbrew@HEAD
-id:generate-jobs
name:Generate Jobs
run:|
strategy="$("$BASHBREW_SCRIPTS/github-actions/generate.sh")"
strategy="$(.github/workflows/munge.sh -c <<<"$strategy")"
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
jq . <<<"$strategy" # sanity check / debugging aid
test:
needs:generate-jobs
strategy:${{ fromJson(needs.generate-jobs.outputs.strategy) }}
name:${{ matrix.name }}
runs-on:${{ matrix.os }}
steps:
-uses:actions/checkout@v4
-name:Prepare Environment
run:${{ matrix.runs.prepare }}
-name:Pull Dependencies
run:${{ matrix.runs.pull }}
-name:Build ${{ matrix.name }}
run:${{ matrix.runs.build }}
-name:History ${{ matrix.name }}
run:${{ matrix.runs.history }}
-name:Test ${{ matrix.name }}
run:${{ matrix.runs.test }}
-name:'"docker images"'
run:${{ matrix.runs.images }}

[8]ページ先頭

©2009-2025 Movatter.jp