Skip to content

Commit b8710e9

Browse files
authored
Merge pull request #1018 from guydavis/integration
Fix issues with arm64
2 parents 29ca45e + 20a2642 commit b8710e9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/develop-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:develop
4343
4444
docker-jammy:
45-
runs-on: ubuntu-24.04
45+
runs-on: ubuntu-22.04
4646
steps:
4747
-
4848
name: Checkout

.github/workflows/main-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:latest
4343
4444
docker-jammy:
45-
runs-on: ubuntu-24.04
45+
runs-on: ubuntu-22.04
4646
steps:
4747
-
4848
name: Checkout
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
file: docker/dockerfile-jammy.base
7474
context: .
75-
platforms: linux/amd64,linux/arm64
75+
platforms: linux/amd64
7676
provenance: false
7777
push: true
7878
tags: |

.github/workflows/main-blockchains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
file: docker/dockerfile
4040
context: .
41-
platforms: linux/amd64,linux/arm64
41+
platforms: linux/amd64
4242
provenance: false
4343
push: true
4444
build-args: |

.github/workflows/test-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/machinaris-base-noble:test
4343
4444
docker-jammy:
45-
runs-on: ubuntu-24.04
45+
runs-on: ubuntu-22.04
4646
steps:
4747
-
4848
name: Checkout
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
file: docker/dockerfile-jammy.base
7474
context: .
75-
platforms: linux/amd64,linux/arm64
75+
platforms: linux/amd64
7676
provenance: false
7777
push: true
7878
tags: |

.github/workflows/test-blockchains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
file: docker/dockerfile
3939
context: .
40-
platforms: linux/amd64,linux/arm64
40+
platforms: linux/amd64
4141
provenance: false
4242
push: true
4343
build-args: |

0 commit comments

Comments
 (0)