We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0fb06 commit ff5a4c6Copy full SHA for ff5a4c6
.github/workflows/publish_v2_layer.yml
@@ -84,7 +84,7 @@ jobs:
84
poetry export --format requirements.txt --output requirements.txt
85
pip install -r requirements.txt
86
- name: Set up QEMU
87
- uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
+ uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.0.0
88
with:
89
platforms: arm64
90
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
0 commit comments