Skip to content

Commit fa8c3da

Browse files
authored
fix(ci): Stop building unbuildable image based on centos7 (#553)
It looks like at least one mirror/package we need is no longer installable, so we can no longer rebuild the centos7 image weekly with the rest of the images. (We can still pull the existing image for testing, though).
1 parent c74bb37 commit fa8c3da

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/docker-build.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242
- { runs_on: "ubuntu-latest", platform: "fedora", arch: "amd64" }
4343
- { runs_on: "ubuntu-latest", platform: "archlinux", arch: "amd64" }
4444
- { runs_on: "ubuntu-latest", platform: "alpine", arch: "amd64" }
45-
- { runs_on: "ubuntu-latest", platform: "centos7", arch: "amd64" }
4645

4746
- { runs_on: ["self-hosted", "arm"], platform: "ubuntu", arch: "arm64" }
4847
- { runs_on: ["self-hosted", "arm"], platform: "fedora", arch: "arm64" }
4948
- { runs_on: ["self-hosted", "arm"], platform: "alpine", arch: "arm64" }
50-
- { runs_on: ["self-hosted", "arm"], platform: "centos7", arch: "arm64" }
5149

5250
- { runs_on: "ubuntu-latest", platform: "alpine", arch: "s390x" }
5351

@@ -122,17 +120,6 @@ jobs:
122120
ghcr.io/apache/arrow-nanoarrow:ubuntu \
123121
ghcr.io/apache/arrow-nanoarrow:ubuntu-arm64 --arch arm64
124122
125-
docker manifest create \
126-
ghcr.io/apache/arrow-nanoarrow:centos7 \
127-
ghcr.io/apache/arrow-nanoarrow:centos7-amd64 \
128-
ghcr.io/apache/arrow-nanoarrow:centos7-arm64
129-
docker manifest annotate \
130-
ghcr.io/apache/arrow-nanoarrow:centos7 \
131-
ghcr.io/apache/arrow-nanoarrow:centos7-amd64 --arch amd64
132-
docker manifest annotate \
133-
ghcr.io/apache/arrow-nanoarrow:centos7 \
134-
ghcr.io/apache/arrow-nanoarrow:centos7-arm64 --arch arm64
135-
136123
docker manifest create \
137124
ghcr.io/apache/arrow-nanoarrow:fedora \
138125
ghcr.io/apache/arrow-nanoarrow:fedora-amd64 \
@@ -164,5 +151,4 @@ jobs:
164151
run: |
165152
docker manifest push ghcr.io/apache/arrow-nanoarrow:ubuntu
166153
docker manifest push ghcr.io/apache/arrow-nanoarrow:fedora
167-
docker manifest push ghcr.io/apache/arrow-nanoarrow:centos7
168154
docker manifest push ghcr.io/apache/arrow-nanoarrow:alpine

0 commit comments

Comments
 (0)