mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 00:03:09 -06:00
Add missing runs-on key
This commit is contained in:
parent
1aeb29ceec
commit
0685010bce
1
.github/workflows/cross-compiling-docker.yml
vendored
1
.github/workflows/cross-compiling-docker.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
target: [amd64, arm64, arm]
|
||||
env:
|
||||
DOCKER_HUB_USER: dendritegithub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue