Skip to content

Commit

Permalink
test: amd64/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Mar 25, 2024
1 parent a4a3180 commit c98de09
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: install zsh
shell: sh -e {0}
run: docker run --rm -v /usr/local/bin:/app ${{env.ZSH_REPO}} cp /opt/bin/zsh /app/
# - name: set up QEMU
# uses: docker/setup-qemu-action@v3
- name: set up QEMU
uses: docker/setup-qemu-action@v3
- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: clean old images
# auto-task.start-build-time = ?
on: { "push": { "paths": [".github/workflows/clean.yml"] } }
# on: { "schedule": [{ "cron": "10 2 * * 5" }] }
# on: { "push": { "paths": [".github/workflows/clean.yml"] } }
on: { "schedule": [{ "cron": "26 10 * * 6" }] }

jobs:
docker:
Expand Down
24 changes: 12 additions & 12 deletions src/docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ build_args=(
local -A tmm_arch_map=(
# tmm_arch os_arch,oci_arch
# x64 x86_64,amd64
x64v2 x86_64,amd64/v2
x64v3 x86_64,amd64/v3
# x64v2 x86_64,amd64/v2
# x64v3 x86_64,amd64/v3
x64v4 x86_64,amd64/v4
rv64gc riscv64
arm64 aarch64,arm64
armv7a armv7h,arm/v7
ppc64le powerpc64le,ppc64le
ppc powerpc
ppc64 powerpc64
loong64 loong64
i486 i486,386
i686 i686,386
x86 pentium4,386
# rv64gc riscv64
# arm64 aarch64,arm64
# armv7a armv7h,arm/v7
# ppc64le powerpc64le,ppc64le
# ppc powerpc
# ppc64 powerpc64
# loong64 loong64
# i486 i486,386
# i686 i686,386
# x86 pentium4,386
# armv6 armv6h,arm/v6
# armv5te arm,arm/v5
)
Expand Down

0 comments on commit c98de09

Please sign in to comment.