Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/python-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/python-build.yml')
-rw-r--r--.github/workflows/python-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index 109f3373..483e451b 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v4