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 c44c086 commit 0d85264Copy full SHA for 0d85264
.github/workflows/docker-workflow.yml
@@ -162,10 +162,12 @@ jobs:
162
163
echo "🚀 Building image $IMAGE:$VERSION"
164
165
+ echo "WHEEL IMAGE: $WHEEL_IMAGE"
166
+
167
docker buildx build \
168
--squash \
169
--platform linux/amd64,linux/arm64 \
- --build-context wheelbuilder=$WHEEL_IMAGE \
170
+ --build-context wheelbuilder=subvortex/subvortex-wheel-builder:3.11-06102d0bc6e84c7d33e4da86cb6748a3d3b66e2bdce251454b4ac2a9a1e58c68 \
171
--build-arg VERSION=$VERSION \
172
--build-arg COMPONENT_VERSION=$COMPONENT_VERSION \
173
--cache-from=type=gha,scope=wheels_${COMP}_${ARCH} \
0 commit comments