Skip to content

Commit 91e25e1

Browse files
author
dennismeister93
authored
Fix compile pipeline (#287)
* Test compile pipeline Signed-off-by: Dennis Meister <[email protected]> * Add comment to workaround for fixing compile pipeline Signed-off-by: Dennis Meister <[email protected]> --------- Signed-off-by: Dennis Meister <[email protected]>
1 parent d810e8c commit 91e25e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-exe.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
if: ${{ matrix.arch == 'arm64' }}
7575
uses: uraimo/run-on-arch-action@v2
7676
with:
77-
base_image: arm64v8/node:${{ env.NODE_VERSION }}-bullseye
77+
distro: ubuntu22.04
78+
# Workaround since the genereal manifest was not found
79+
base_image: arm64v8/node:${{ env.NODE_VERSION }}-bullseye@sha256:08bc7f3dee8fda489f0846b115dda34c867a16c1836844002eba071edfa810d6
7880
run: |
7981
npm install .
8082

0 commit comments

Comments
 (0)