Skip to content

Commit 09ef54f

Browse files
committed
setup arm multiarch image
1 parent 05212d2 commit 09ef54f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-latest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
./builder.bash release-latest-docker-images ${CURRENT_VERSION}-amd64-static ${LATEST_VERSION}-amd64-static ||\
8383
echo 'Não tinha a imagem'
8484
85+
- name: Multi Arch
86+
run: |
87+
CURRENT_VERSION=${{ steps.version_finder.outputs.current_version }} &&\
88+
LATEST_VERSION=${{ steps.version_finder.outputs.latest_version }} &&\
89+
./builder.bash release-latest-docker-images ${CURRENT_VERSION}-aarch64 ${LATEST_VERSION}
90+
8591
- name: Checkout Tag To Generate Release Notes
8692
run: git checkout ${{ steps.version_finder.outputs.current_version }}
8793

0 commit comments

Comments
 (0)