Skip to content

Commit e1e99fc

Browse files
committed
delete 386
Signed-off-by: crueter <[email protected]>
1 parent 12fa34c commit e1e99fc

File tree

5 files changed

+4
-127
lines changed

5 files changed

+4
-127
lines changed

.github/workflows/build-deploy.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ permissions:
1818
contents: read
1919
packages: write
2020

21-
#------------------------------------------------------------------------------------#
21+
#------------------------------------------------------------------------------------#
2222
jobs:
2323
build-push-docker-alpine:
2424
name: Push (ArchLinux) --> Docker Hub
2525
runs-on: ubuntu-latest
26-
26+
2727
steps:
2828
- name: Debloat Runner
2929
run: |
@@ -57,14 +57,6 @@ jobs:
5757
pushd "$(mktemp -d)" >/dev/null 2>&1
5858
wget "https://bin.pkgforge.dev/$(uname -m)/rate-mirrors" -O "./rate-mirrors" && chmod +x "./rate-mirrors"
5959
if [[ -s "./rate-mirrors" && $(stat -c%s "./rate-mirrors") -gt 10 ]]; then
60-
##386
61-
pushd "$(mktemp -d)" >/dev/null 2>&1
62-
curl -qfsSL "https://archlinux32.org/mirrorlist/?country=all&protocol=https" -o "./mirrors.txt"
63-
sed -i '/^#Server/s/^#//' "./mirrors.txt"
64-
if [[ -s "./mirrors.txt" && $(wc -l < "./mirrors.txt") -gt 3 ]]; then
65-
cat "./mirrors.txt" | tee "/tmp/ARCHLINUX/docker-archlinux/rootfs/386/etc/pacman.d/mirrorlist"
66-
fi
67-
popd >/dev/null 2>&1
6860
##Arm64/Armv7
6961
pushd "$(mktemp -d)" >/dev/null 2>&1
7062
wget "https://bin.pkgforge.dev/$(uname -m)/rate-mirrors" -O "./rate-mirrors" && chmod +x "./rate-mirrors"
@@ -105,11 +97,11 @@ jobs:
10597
uses: docker/build-push-action@v6
10698
with:
10799
context: "/tmp/ARCHLINUX/docker-archlinux"
108-
platforms: "linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64,linux/ppc64le"
100+
platforms: "linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64,linux/ppc64le"
109101
tags: |
110102
pkgforge/archlinux:latest
111103
pkgforge/archlinux:${{ env.DOCKER_TAG }}
112104
${{ env.GHCR_NAME }}:latest
113105
${{ env.GHCR_NAME }}:${{ env.DOCKER_TAG }}
114-
push: true
106+
push: true
115107
continue-on-error: true

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Unofficial, automated Docker multi-platform images of Arch Linux for the followi
77
| x86_64 | `linux/amd64` | [Arch Linux](https://archlinux.org) |
88
| aarch64 | `linux/arm64` | [Arch Linux ARM](https://archlinuxarm.org) |
99
| armv7h | `linux/arm/v7` | [Arch Linux ARM](https://archlinuxarm.org) |
10-
| pentium4[^1] | `linux/386` | [Arch Linux 32](https://archlinux32.org) |
1110
| riscv64 | `linux/riscv64` | [Arch Linux RISC-V](https://archriscv.felixc.at) |
1211
| powerpc64le | `linux/ppc64le` | [Arch POWER](https://archlinuxpower.org) |
1312

@@ -21,5 +20,3 @@ Unofficial, automated Docker multi-platform images of Arch Linux for the followi
2120
!# This will drop you in a bash shell
2221
docker run --rm -it --privileged --net="host" "pkgforge/archlinux:latest"
2322
```
24-
25-
[^1]: The pentium4 architecture is for 32-bit CPUs that support SSE2 and the only one we support (for now). See [here](https://archlinux32.org/architecture) for a comparison of architectures supported by upstream.

bootstrap/386/etc/bootstrap-packages.txt

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

rootfs/386/etc/pacman.conf

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

rootfs/386/etc/pacman.d/mirrorlist

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

0 commit comments

Comments
 (0)