mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 00:48:44 +00:00
temp disable arm
This commit is contained in:
parent
552588adf1
commit
17801caebd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
|
@ -405,7 +405,7 @@ jobs:
|
|||
|
||||
# Push to dev registries
|
||||
push-docker:
|
||||
needs: [tests, build-bw-386, build-bw-arm]
|
||||
needs: [tests, build-bw-386] #, build-bw-arm]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue