Skip to content

Commit 9d1e142

Browse files
committed
delete powerpc
1 parent 1fae89d commit 9d1e142

6 files changed

Lines changed: 1 addition & 95 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: docker/build-push-action@v6
9898
with:
9999
context: "/tmp/ARCHLINUX/docker-archlinux"
100-
platforms: "linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64,linux/ppc64le"
100+
platforms: "linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64"
101101
tags: |
102102
pkgforge/archlinux:latest
103103
pkgforge/archlinux:${{ env.DOCKER_TAG }}

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN <<EOS
3030
sed 's/DownloadUser/#DownloadUser/g' -i "/etc/pacman.conf" 2>/dev/null || true
3131
EOS
3232

33-
CMD ["/usr/bin/bash"]
3433
#------------------------------------------------------------------------------------#
3534

3635
#------------------------------------------------------------------------------------#

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Unofficial, automated Docker multi-platform images of Arch Linux for the followi
88
| aarch64 | `linux/arm64` | [Arch Linux ARM](https://archlinuxarm.org) |
99
| armv7h | `linux/arm/v7` | [Arch Linux ARM](https://archlinuxarm.org) |
1010
| riscv64 | `linux/riscv64` | [Arch Linux RISC-V](https://archriscv.felixc.at) |
11-
| powerpc64le | `linux/ppc64le` | [Arch POWER](https://archlinuxpower.org) |
1211

1312
- #### Usage
1413
```bash

bootstrap/ppc64le/etc/bootstrap-packages.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

rootfs/ppc64le/etc/pacman.conf

Lines changed: 0 additions & 89 deletions
This file was deleted.

rootfs/ppc64le/etc/pacman.d/mirrorlist

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)