mirror of https://github.com/aminya/setup-cpp.git
ci: exclude arm64 builds on Arch docker
This commit is contained in:
parent
c7d3db8462
commit
7a7572279c
|
|
@ -235,6 +235,9 @@ jobs:
|
|||
- { file: "ubuntu-mingw.dockerfile", image: "setup-cpp-ubuntu-mingw", tag: "22.04-0.46.2" }
|
||||
# - { file: "fedora-mingw.dockerfile", image: "setup-cpp-fedora-mingw", tag: "40-0.46.2" }
|
||||
# - { file: "arch-mingw.dockerfile", image: "setup-cpp-arch-mingw", tag: "base-0.46.2" }
|
||||
exclude:
|
||||
- platform: linux/arm64
|
||||
container: { file: "arch-llvm.dockerfile", image: "setup-cpp-arch-llvm", tag: "base-0.46.2" }
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue