mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
ci: use older image for cross-compiling builds
This ensures that the resulting binaries are compatible with a wide range of Linux systems, not just the most recent ones.
This commit is contained in:
committed by
Ron Evans
parent
17bb1fec44
commit
4372dbdd41
@@ -297,7 +297,7 @@ jobs:
|
|||||||
- goarch: arm
|
- goarch: arm
|
||||||
toolchain: arm-linux-gnueabihf
|
toolchain: arm-linux-gnueabihf
|
||||||
libc: armhf
|
libc: armhf
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04 # note: use the oldest image available! (see above)
|
||||||
needs: build-linux
|
needs: build-linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -346,7 +346,7 @@ jobs:
|
|||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
id: cache-llvm-build
|
id: cache-llvm-build
|
||||||
with:
|
with:
|
||||||
key: llvm-build-19-linux-${{ matrix.goarch }}-v2
|
key: llvm-build-19-linux-${{ matrix.goarch }}-v3
|
||||||
path: llvm-build
|
path: llvm-build
|
||||||
- name: Build LLVM
|
- name: Build LLVM
|
||||||
if: steps.cache-llvm-build.outputs.cache-hit != 'true'
|
if: steps.cache-llvm-build.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user