Skip to content

Commit

Permalink
ci: Fix aarch64 docker arch naming (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reidel <[email protected]>
  • Loading branch information
Gelbpunkt authored May 27, 2023
1 parent 1ffbc3f commit 535e5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
musl-target: x86_64-linux-musl
- tag: armv8
features: ""
arch: armv8
arch: arm64/v8
rust-target: aarch64-unknown-linux-musl
musl-target: aarch64-linux-musl
- tag: metrics-armv8
features: expose-metrics
arch: armv8
arch: arm64/v8
rust-target: aarch64-unknown-linux-musl
musl-target: aarch64-linux-musl

Expand Down

0 comments on commit 535e5cb

Please sign in to comment.