mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-13 01:30:05 +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:
|
jobs:
|
||||||
base:
|
base:
|
||||||
name: base
|
name: base
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -93,9 +93,11 @@ jobs:
|
|||||||
docker image push dockcross/base --all-tags
|
docker image push dockcross/base --all-tags
|
||||||
|
|
||||||
image:
|
image:
|
||||||
name: ${{ matrix.arch_name.image }}_on_${{ matrix.os }}
|
name: ${{ matrix.arch_name.image }}
|
||||||
needs: [base, base-multiarch]
|
needs: base
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-22.04
|
||||||
|
env:
|
||||||
|
OCI_EXE: docker
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user