mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-19 12:00:32 +02:00
Compare commits
4 Commits
2f17aac2e1
...
3910e804c3
Author | SHA1 | Date | |
---|---|---|---|
3910e804c3 | |||
4bd05c5c07 | |||
c732b62e97 | |||
91279e9078 |
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
base:
|
base:
|
||||||
name: base
|
name: base
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
image:
|
image:
|
||||||
name: ${{ matrix.arch_name.image }}
|
name: ${{ matrix.arch_name.image }}
|
||||||
needs: base
|
needs: base
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
OCI_EXE: docker
|
OCI_EXE: docker
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user