Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Aug 13, 2023
1 parent 3c405f2 commit df10e7e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/linux-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ on:
schedule:
- cron: "33 4 * * *"

env:
srcImage: 'dixyes/prepared-lwmbs'

jobs:
gen-jobs:
name: Generate jobs
Expand Down Expand Up @@ -101,7 +98,7 @@ jobs:
foreach ($archs as $arch) {
foreach ($libcs as $libc) {
foreach ($phpVers as $phpVer) {
$imageTag = "linux-${libc}-${arch}";
$imageTag = "linux-${libc}-${arch}-src";
$job = [
'flavors' => $flavors,
'customLibraries' => $customLibraries,
Expand All @@ -124,7 +121,7 @@ jobs:
build:
name: Build ${{ matrix.phpVer }} ${{ matrix.libc }} ${{ matrix.arch }} ${{ toJson(matrix.flavors) }}
runs-on: ubuntu-latest
container: '${{ github.env.srcImage }}:${{ matrix.imageTag }}'
container: 'dixyes/prepared-lwmbs:${{ matrix.imageTag }}'
needs:
- gen-jobs
strategy:
Expand Down

0 comments on commit df10e7e

Please sign in to comment.