Skip to content

Commit

Permalink
use 39 builders
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Mar 10, 2024
1 parent baaf5be commit 6be49ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# ubuntu-latest unless we're building aarch64
runs-on: ${{ matrix.variant == 'base/base-docker-aarch64' && 'arm64' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:f38
image: ghcr.io/terrapkg/builder:f39
# Pass /dev from host to container
# Very hacky, but it works
# Microsoft/Github, if you're reading this,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# TODO: figure out how to get loop devices to work on our ARM runners
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f38
image: ghcr.io/terrapkg/builder:f39
# Pass /dev from host to container
# Very hacky, but it works
# Microsoft/Github, if you're reading this,
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- pantheon/pantheon-live
runs-on: ${{ matrix.arch == 'x86_64' && 'x86-64-lg' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f38
image: ghcr.io/terrapkg/builder:f39
# Pass /dev from host to container
# Very hacky, but it works
# Microsoft/Github, if you're reading this,
Expand Down

0 comments on commit 6be49ef

Please sign in to comment.