Skip to content

Commit 92860e2

Browse files
committed
feat(container): switch to stable Alpine base images for RISC-V
1 parent ef22a78 commit 92860e2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -466,13 +466,7 @@ jobs:
466466
header('{}: assembling image for: {}'.format(base_image, container_arch))
467467
468468
if base_tag:
469-
# FIXME exceptions for RISC-V
470-
# use 'edge' with Alpine
471-
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/13269
472-
if container_arch == 'riscv64' and base_image == 'alpine':
473-
container_base = 'docker://{}:edge'.format(base_image)
474-
else:
475-
container_base = 'docker://{}:{}'.format(base_image, base_tag)
469+
container_base = 'docker://{}:{}'.format(base_image, base_tag)
476470
else:
477471
container_base = base_image
478472

0 commit comments

Comments
 (0)