self hosted again
This commit is contained in:
parent
69f2c58f30
commit
16b6b7619a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -1,13 +1,12 @@
|
||||||
name: Publish Assets
|
name: Publish Assets
|
||||||
|
|
||||||
runs-on: self-hosted
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, test-112-deps]
|
branches: [master, test-112-deps]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_arm64_aar:
|
build_arm64_aar:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
container: lbry/android-base:python39
|
container: lbry/android-base:python39
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|
Loading…
Reference in a new issue