Browse Source

pkg/arch: Revert back to official archlinux docker image

Maximilian Luz 3 years ago
parent
commit
16a9e388ef
2 changed files with 2 additions and 2 deletions
  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