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:
|
||||
- focal
|
||||
- jammy
|
||||
- noble
|
||||
#- noble
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
|
@ -132,12 +132,12 @@ jobs:
|
|||
ubuntu:
|
||||
- focal
|
||||
- jammy
|
||||
- lunar
|
||||
- mantic
|
||||
#- lunar
|
||||
#- mantic
|
||||
#- noble
|
||||
#- devel
|
||||
- rolling
|
||||
- latest
|
||||
#- rolling
|
||||
#- latest
|
||||
steps:
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
.idea
|
||||
/.idea
|
||||
/.php-cs-fixer.cache
|
||||
/.github/cache
|
||||
/.secrets
|
||||
|
|
Loading…
Reference in a new issue