File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,18 @@ jobs:
108108 - uses : actions/checkout@v4
109109 with :
110110 fetch-depth : 0
111+ - name : Set up QEMU
112+ uses : docker/setup-qemu-action@v3
113+ - name : Set up Docker Buildx
114+ uses : docker/setup-buildx-action@v3
111115 - name : set up environment variables
112116 run : |
113117 echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
114118 echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV
115119 - name : Push images
116120 uses : SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.16.0
117121 env :
122+ PLATFORMS : " linux/amd64,linux/arm64"
118123 DOCKER_USERNAME : ${{ secrets.RENKU_DOCKER_USERNAME }}
119124 DOCKER_PASSWORD : ${{ secrets.RENKU_DOCKER_PASSWORD }}
120125 - name : Update component version
You can’t perform that action at this time.
0 commit comments