Try to fix pipeline
This commit is contained in:
parent
6a6628e580
commit
6743f0f0d6
2 changed files with 6 additions and 6 deletions
10
.github/workflows/runit.yml
vendored
10
.github/workflows/runit.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
- focal
|
- focal
|
||||||
- jammy
|
- jammy
|
||||||
- noble
|
#- noble
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
|
@ -132,12 +132,12 @@ jobs:
|
||||||
ubuntu:
|
ubuntu:
|
||||||
- focal
|
- focal
|
||||||
- jammy
|
- jammy
|
||||||
- lunar
|
#- lunar
|
||||||
- mantic
|
#- mantic
|
||||||
#- noble
|
#- noble
|
||||||
#- devel
|
#- devel
|
||||||
- rolling
|
#- rolling
|
||||||
- latest
|
#- latest
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
.idea
|
/.idea
|
||||||
/.php-cs-fixer.cache
|
/.php-cs-fixer.cache
|
||||||
/.github/cache
|
/.github/cache
|
||||||
/.secrets
|
/.secrets
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue