Skip to content

Commit 4c84bc6

Browse files
author
Aaron Roller
committed
ci: updated nightly to use docker AM-750/fix_cv_bridge_arm64
1 parent f240bf9 commit 4c84bc6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/nightly.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Nightly
2-
on:
3-
schedule:
4-
- cron: '00 10 * * *'
2+
on:
3+
push:
4+
branches-ignore:
5+
- master
56
jobs:
6-
build:
7-
runs-on: ubuntu-18.04
7+
package:
8+
runs-on: [x64, self-hosted,linux,build]
89
steps:
10+
- uses: AutoModality/action-clean@v1.1.0
911
- uses: actions/checkout@v2
10-
- name: Package
11-
id: package
12-
uses: AutoModality/action-package-debian-ros@v5-ros
13-
with:
14-
release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
12+
- name: Deploy
13+
run: amros dev docker run -dm --command="amros dev build deb"
1514

0 commit comments

Comments
 (0)