Skip to content

Commit

Permalink
Fix compile pipeline (#287)
Browse files Browse the repository at this point in the history
* Test compile pipeline

Signed-off-by: Dennis Meister <dennis.meister@bosch.com>

* Add comment to workaround for fixing compile pipeline

Signed-off-by: Dennis Meister <dennis.meister@bosch.com>

---------

Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 authored Jun 25, 2024
1 parent d810e8c commit 91e25e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
if: ${{ matrix.arch == 'arm64' }}
uses: uraimo/run-on-arch-action@v2
with:
base_image: arm64v8/node:${{ env.NODE_VERSION }}-bullseye
distro: ubuntu22.04
# Workaround since the genereal manifest was not found
base_image: arm64v8/node:${{ env.NODE_VERSION }}-bullseye@sha256:08bc7f3dee8fda489f0846b115dda34c867a16c1836844002eba071edfa810d6
run: |
npm install .
Expand Down

0 comments on commit 91e25e1

Please sign in to comment.