mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-12 17:20:08 +01:00
Merge branch 'master' into wasi-arm-host
This commit is contained in:
commit
af6a85faf1
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -15,7 +15,7 @@ env:
|
||||
jobs:
|
||||
base:
|
||||
name: base
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
@ -93,9 +93,11 @@ jobs:
|
||||
docker image push dockcross/base --all-tags
|
||||
|
||||
image:
|
||||
name: ${{ matrix.arch_name.image }}_on_${{ matrix.os }}
|
||||
needs: [base, base-multiarch]
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.arch_name.image }}
|
||||
needs: base
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
OCI_EXE: docker
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user