Skip to content

Commit

Permalink
Added v3.21 release
Browse files Browse the repository at this point in the history
This version brings support for loongarch64 arch
  • Loading branch information
fcolista committed Dec 6, 2024
1 parent 7a4ae8d commit 7b5e9b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
context: .
push: true
tags: fcolista/apkfile:v0.07
tags: fcolista/apkfile:v0.08
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = apkfile
VERSION = 0.07
VERSION = 0.08

PREFIX?=/usr
DESTDIR?=$(PREFIX)/bin
Expand Down
6 changes: 3 additions & 3 deletions apkfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh
_ver=0.07
_ver=0.08
_apiurl="https://pkgs.alpinelinux.org"

pattern=$1
arch=${2:-x86_64}
branch=${3:-edge}

valid_arch="x86_64 x86 aarch64 armhf ppc64le s390x armv7 riscv64 all"
valid_branch="v3.20 v3.19 v3.18 v3.17 v3.16 v3.15 v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8 v3.7 v3.6 v3.5 v3.4 v3.3 edge all"
valid_arch="x86_64 x86 aarch64 armhf ppc64le s390x armv7 riscv64 loongarch64 all"
valid_branch="v3.21 v3.20 v3.19 v3.18 v3.17 v3.16 v3.15 v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8 v3.7 v3.6 v3.5 v3.4 v3.3 edge all"

check() {
for pkg in curl html2text; do
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
apkfile:
build:
Expand Down

0 comments on commit 7b5e9b0

Please sign in to comment.