Skip to content

Commit 26b4f10

Browse files
committed
Add arm64/v8 and linux/riscv64
1 parent 07ba766 commit 26b4f10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
include:
1717
# All non supported by base image are commented
1818
# This is an example for base image alpine
19-
#- { platform: "linux/arm64", platform-tag: "arm64" }
19+
- { platform: "linux/arm64/v8", platform-tag: "arm64" }
2020
- { platform: "linux/amd64", platform-tag: "amd64" }
2121
- { platform: "linux/arm/v7", platform-tag: "armv7" }
2222
- { platform: "linux/arm/v6", platform-tag: "armv6" }
2323
- { platform: "linux/ppc64le", platform-tag: "ppc64le" }
24-
#- { platform: "linux/riscv64", platform-tag: "riscv64" }
24+
- { platform: "linux/riscv64", platform-tag: "riscv64" }
2525
- { platform: "linux/s390x", platform-tag: "s390x" }
2626
- { platform: "linux/386", platform-tag: "386" }
2727
#- { platform: "linux/mips64le", platform-tag: "mips64le" }

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: make docker-build
3232
env:
3333
IMAGE_TAG: "docker.io/botsudo/action-doctum:latest"
34-
PLATFORM: "linux/amd64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"
34+
PLATFORM: "linux/amd64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6,linux/arm64/v8,linux/riscv64"
3535
ACTION: push
3636

3737
- name: Sign the manifest

0 commit comments

Comments
 (0)