Skip to content

Commit

Permalink
feat(container): switch to stable Alpine base images for RISC-V
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Oct 24, 2024
1 parent ef22a78 commit 92860e2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,7 @@ jobs:
header('{}: assembling image for: {}'.format(base_image, container_arch))
if base_tag:
# FIXME exceptions for RISC-V
# use 'edge' with Alpine
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/13269
if container_arch == 'riscv64' and base_image == 'alpine':
container_base = 'docker://{}:edge'.format(base_image)
else:
container_base = 'docker://{}:{}'.format(base_image, base_tag)
container_base = 'docker://{}:{}'.format(base_image, base_tag)
else:
container_base = base_image
Expand Down

0 comments on commit 92860e2

Please sign in to comment.