Skip to content

Commit b708dff

Browse files
author
Aaron Roller
committed
fix: forcing a new version for release testing master
1 parent b3cfc8a commit b708dff

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-18.04, self-hosted]
11+
os: [ubuntu-18.04, [self-hosted,linux,arm64]]
1212
fail-fast: true
1313
steps:
1414
- uses: actions/checkout@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-18.04, self-hosted]
11+
os: [ubuntu-18.04, [self-hosted,linux,arm64]]
1212
fail-fast: true
1313
steps:
1414
- uses: actions/checkout@v1

.github/workflows/story.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-18.04, self-hosted]
12+
os: [ubuntu-18.04]
1313
fail-fast: true
1414
steps:
1515
- uses: actions/checkout@v1

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ debian/ros-kinetic-*.debhelper.log
3737
debian/ros-kinetic-am-utils*
3838
debian/debhelper-build-stamp
3939
debian/source
40+
ros-*-am-utils-*
41+
debian/.debhelper
42+
debian/ros-*-am-utils*

0 commit comments

Comments
 (0)