Skip to content

Commit

Permalink
Aarch64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo committed Jan 2, 2025
1 parent 0a6d2ee commit c68d5c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
fail-fast: false
matrix:
image:
- { path: load-balancer, name: armonik_load_balancer, platforms: "linux/amd64" }
- { path: pdc-update, name: armonik_pdc_update, platforms: "linux/amd64" }
- { path: load-balancer, name: armonik_load_balancer, platforms: "linux/amd64,linux/arm64" }
- { path: pdc-update, name: armonik_pdc_update, platforms: "linux/amd64,linux/arm64" }
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
fail-fast: false
matrix:
image:
- { path: load-balancer, name: armonik_load_balancer, platforms: "linux/amd64" }
- { path: pdc-update, name: armonik_pdc_update, platforms: "linux/amd64" }
- { path: load-balancer, name: armonik_load_balancer, platforms: "linux/amd64,linux/arm64" }
- { path: pdc-update, name: armonik_pdc_update, platforms: "linux/amd64,linux/arm64" }
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c68d5c9

Please sign in to comment.