ci: attempt to fix linux-aarch64 ci (#7691)

* experiment with this

* rerun on changed
This commit is contained in:
dave caruso
2023-12-15 17:45:10 -08:00
committed by GitHub
parent 4098dd0df5
commit 9e47ceac87

View File

@@ -16,6 +16,7 @@ on:
- "build.zig"
- "Makefile"
- "Dockerfile"
- ".github/workflows/bun-linux-aarch64.yml"
pull_request:
branches:
- main
@@ -27,6 +28,7 @@ on:
- "build.zig"
- "Makefile"
- "Dockerfile"
- ".github/workflows/bun-linux-aarch64.yml"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -49,9 +51,11 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
submodules: false
ref: ${{github.sha}}
clean: true
- run: |
bash ./scripts/update-submodules.sh
- uses: docker/setup-buildx-action@v2
id: buildx
with: