Skip to content

Commit

Permalink
jenkins: Re-enable Alpine armhf images
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Apr 19, 2024
1 parent 1cd24c0 commit ee2515f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/jobs/image-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
values:
- amd64
- arm64
- armhf

- axis:
name: release
Expand All @@ -38,6 +39,7 @@
ARCH=${architecture}
[ "${ARCH}" = "amd64" ] && ARCH="x86_64"
[ "${ARCH}" = "arm64" ] && ARCH="aarch64"
[ "${ARCH}" = "armhf" ] && ARCH="armv7"
TYPE="container"
if [ "${architecture}" = "amd64" ] || [ "${architecture}" = "arm64" ]; then
Expand Down

0 comments on commit ee2515f

Please sign in to comment.