Skip to content

Commit

Permalink
Update cross-arm builder to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Apr 27, 2024
1 parent 1e6ed07 commit 897ed6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-dockerfiles/cross-arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu20.04-builder:20230830
FROM ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu24.04-builder:20240425

ARG CROSS_TRIPLE=arm-unknown-linux-gnueabi
ARG CROSS_CC=arm-linux-gnueabi-gcc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
fail-fast: false
matrix:
include:
- image: ghcr.io/ponylang/ponyc-ci-cross-arm:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-arm:20240427
name: arm Linux glibc

name: ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lib-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-ubuntu20.04-builder:20230830
- image: ghcr.io/ponylang/ponyc-ci-x86-64-unknown-linux-musl-builder:20231003
- image: ghcr.io/ponylang/ponyc-ci-cross-riscv64:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-arm:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-arm:20240427
- image: ghcr.io/ponylang/ponyc-ci-cross-armhf:20230830
- image: ghcr.io/ponylang/ponyc-ci-cross-aarch64:20240427

Expand Down

0 comments on commit 897ed6b

Please sign in to comment.