Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit ba53f47

Browse files
Removed centos build (as it is not supported)
1 parent 25dc5a2 commit ba53f47

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
docker_build:
1818
strategy:
1919
matrix:
20-
distro: [alpine, amazonlinux, centos, debian, fedora, ubuntu]
20+
distro: [alpine, amazonlinux, debian, fedora, ubuntu]
2121

2222
name: Build Docker
2323
runs-on: ubuntu-20.04
@@ -70,13 +70,6 @@ jobs:
7070
name: metadata-amazonlinux
7171
path: docs/metadata
7272

73-
- name: Restore centos metadata artifacts
74-
continue-on-error: true
75-
uses: actions/download-artifact@v2
76-
with:
77-
name: metadata-centos
78-
path: docs/metadata
79-
8073
- name: Restore debian metadata artifacts
8174
continue-on-error: true
8275
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)