ci: self-hosted runners for build-packages
This commit is contained in:
parent
2b5bd9f183
commit
2594998fd0
|
@ -191,7 +191,7 @@ jobs:
|
||||||
- amzn2023
|
- amzn2023
|
||||||
build_machine:
|
build_machine:
|
||||||
- aws-arm64
|
- aws-arm64
|
||||||
- ubuntu-22.04
|
- aws-amd64
|
||||||
builder:
|
builder:
|
||||||
- 5.1-3
|
- 5.1-3
|
||||||
elixir:
|
elixir:
|
||||||
|
@ -200,7 +200,7 @@ jobs:
|
||||||
- 'no'
|
- 'no'
|
||||||
exclude:
|
exclude:
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
build_machine: ubuntu-22.04
|
build_machine: aws-amd64
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
build_machine: aws-arm64
|
build_machine: aws-arm64
|
||||||
include:
|
include:
|
||||||
|
@ -208,15 +208,7 @@ jobs:
|
||||||
otp: 25.3.2-1
|
otp: 25.3.2-1
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu22.04
|
os: ubuntu22.04
|
||||||
build_machine: ubuntu-22.04
|
build_machine: aws-amd64
|
||||||
builder: 5.1-3
|
|
||||||
elixir: 1.14.5
|
|
||||||
with_elixir: 'yes'
|
|
||||||
- profile: emqx
|
|
||||||
otp: 25.3.2-1
|
|
||||||
arch: amd64
|
|
||||||
os: amzn2
|
|
||||||
build_machine: ubuntu-22.04
|
|
||||||
builder: 5.1-3
|
builder: 5.1-3
|
||||||
elixir: 1.14.5
|
elixir: 1.14.5
|
||||||
with_elixir: 'yes'
|
with_elixir: 'yes'
|
||||||
|
@ -227,7 +219,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: AutoModality/action-clean@v1
|
- uses: AutoModality/action-clean@v1
|
||||||
if: matrix.build_machine == 'aws-arm64'
|
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue