We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05212d2 commit 09ef54fCopy full SHA for 09ef54f
.github/workflows/release-latest.yml
@@ -82,6 +82,12 @@ jobs:
82
./builder.bash release-latest-docker-images ${CURRENT_VERSION}-amd64-static ${LATEST_VERSION}-amd64-static ||\
83
echo 'Não tinha a imagem'
84
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
+
91
- name: Checkout Tag To Generate Release Notes
92
run: git checkout ${{ steps.version_finder.outputs.current_version }}
93
0 commit comments