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 9d7bdf7 commit b34fe26Copy full SHA for b34fe26
.github/workflows/ci.yml
@@ -105,6 +105,10 @@ jobs:
105
- test-git-services
106
if: "startsWith(github.ref, 'refs/tags/')"
107
steps:
108
+ - name: Set up QEMU
109
+ uses: docker/setup-qemu-action@v3
110
+ - name: Set up Docker Buildx
111
+ uses: docker/setup-buildx-action@v3
112
- uses: actions/checkout@v4
113
with:
114
fetch-depth: 0
@@ -115,6 +119,7 @@ jobs:
115
119
- name: Push images
116
120
uses: SwissDataScienceCenter/renku-actions/[email protected]
117
121
env:
122
+ PLATFORMS: "linux/amd64,linux/arm64"
118
123
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
124
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
125
- name: Update component version
0 commit comments