Skip to content

Commit a357d6b

Browse files
authored
Docker: re-enable arm64 builds (#1278)
This switches to `ubuntu-22.04` and reenables arm64 builds. It turns out there's [an issue with the Github Actions runner image][is]. People seem to be having luck downgrading the image. [is]: actions/runner-images#11471
1 parent 7074c16 commit a357d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build_docker:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
context: .
5252
file: ./Dockerfile
53-
platforms: linux/amd64
53+
platforms: linux/amd64,linux/arm64
5454
push: ${{ github.ref_name == 'main' }}
5555
tags: |
5656
${{ steps.get-tag-latest.outputs.tags }}

0 commit comments

Comments
 (0)