Skip to content

Commit f2a573a

Browse files
author
Aaron Roller
committed
[skip-ci] preparing for release AM-604/4_0_1
1 parent 059a4da commit f2a573a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-18.04, [arm64,self-hosted,linux, build]]
11+
os: [[x64,self-hosted,linux, build], [arm64,self-hosted,linux, build]]
1212
fail-fast: false
1313
name: Package
1414
steps:
1515
- uses: AutoModality/action-clean@v1.1.0
1616
- uses: actions/checkout@v2
1717
- name: Package
1818
id: package
19-
uses: AutoModality/action-package-debian-ros@v3
19+
uses: AutoModality/action-package-debian-ros@v5-amros
2020
with:
2121
version: 4.0.0-AM${{ github.run_number }}
2222
- name: Deploy

0 commit comments

Comments
 (0)