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 3c26f05 commit eaf59f6Copy full SHA for eaf59f6
1 file changed
.github/workflows/main.yml
@@ -131,6 +131,11 @@ jobs:
131
pull-requests: write # needed to create and update comments in PRs
132
133
steps:
134
+ - name: Checkout git repo
135
+ uses: actions/checkout@v6
136
+ with:
137
+ fetch-depth: 0
138
+
139
- name: Set up QEMU (multiplatform support)
140
uses: docker/setup-qemu-action@v3
141
@@ -158,4 +163,4 @@ jobs:
158
163
tags: adreaskar/javascriptgr:latest
159
164
cache-from: type=gha
160
165
cache-to: type=gha,mode=max
161
- platforms: linux/amd64,linux/arm64,linux/arm/v7
166
+ platforms: linux/amd64,linux/arm64
0 commit comments