Skip to content

Commit

Permalink
Fix cross-compile pipeline job building for ARM 7 (#33830)
Browse files Browse the repository at this point in the history
**Description:** <Describe what has changed.>
This PR fixes a small issue in the `cross-compile` pipeline job.
#23436
aimed to introduce a new specific matrix configuration that built for
linux/arm with ARMv7 but accidentally built all arm jobs with ARMv7 with
some magic of YAML and GitHub actions matrix definitions 😇

**Link to tracking Issue:**
#29542

**Testing:** not sure how to test, since this is just pipeline changes

**Documentation:** no docs added

Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies authored Jul 1, 2024
1 parent ba2b924 commit 859d04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ jobs:
- s390x
include:
- os: linux
- arch: arm
- arm: 7
arch: arm
arm: 7
exclude:
- os: darwin
arch: 386
Expand Down

0 comments on commit 859d04b

Please sign in to comment.