Skip to content

Commit

Permalink
arm64 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 17, 2025
1 parent a05cabb commit 0a86022
Show file tree
Hide file tree
Showing 21 changed files with 84 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_airdcpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_certbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_docker_sock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_hass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_indexarr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_influxdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_kodi_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_monitarr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_navidrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_netbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_nextcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_pihole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_qbittorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_tang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_telegraf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_teslamate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_tiny_httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/compose-test_unifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/self_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ ubuntu-24.04 , ubuntu-24.04-arm ]
runs-on: ${{ matrix.platform }}
steps:
-
name: "Git: Checkout"
Expand Down

0 comments on commit 0a86022

Please sign in to comment.