소스 검색

pkg/arch: Revert back to official archlinux docker image

Maximilian Luz 3 년 전
부모
커밋
16a9e388ef
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/arch.yml
  2. 1 1
      .github/workflows/arch_lts.yml

+ 1 - 1
.github/workflows/arch.yml

@@ -12,7 +12,7 @@ jobs:
   build:
     name: Build Kernel
     runs-on: ubuntu-latest
-    container: qzed/archlinux
+    container: archlinux
     steps:
     - name: Checkout code
       uses: actions/checkout@v2

+ 1 - 1
.github/workflows/arch_lts.yml

@@ -12,7 +12,7 @@ jobs:
   build:
     name: Build Kernel
     runs-on: ubuntu-latest
-    container: qzed/archlinux
+    container: archlinux
     steps:
     - name: Checkout code
       uses: actions/checkout@v2