Skip to content

Commit

Permalink
ci: remove docker arm targets for containers that rely on fdb
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 19, 2024
1 parent 209c5bc commit 35ec903
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:
strategy:
matrix:
include:
- platform: linux/arm64
runner: [self-hosted, Linux, ARM64]
# TODO(RVT-4168): Compile libfdb from scratch for ARM
# - platform: linux/arm64
# runner: [self-hosted, Linux, ARM64]
- platform: linux/x86_64
runner: [self-hosted, Linux, X64]
runs-on: ${{ matrix.runner }}
Expand Down Expand Up @@ -168,8 +169,9 @@ jobs:
strategy:
matrix:
include:
- platform: linux/arm64
runner: [self-hosted, Linux, ARM64]
# TODO(RVT-4168): Compile libfdb from scratch for ARM
# - platform: linux/arm64
# runner: [self-hosted, Linux, ARM64]
- platform: linux/x86_64
runner: [self-hosted, Linux, X64]
runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit 35ec903

Please sign in to comment.