Przeglądaj źródła

pkg/arch: Revert back to official archlinux docker image

Maximilian Luz 3 lat temu
rodzic
commit
16a9e388ef
2 zmienionych plików z 2 dodań i 2 usunięć
  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