Skip to content

Commit

Permalink
ci: use github runner with matching build target architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Nov 28, 2024
1 parent 11f5b10 commit dbdd811
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/aam-backend-service-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64
- linux/arm64 # disabled until carbone/carbone-ee is available as arm64 docker image
os:
- ubuntu-latest
- [ self-hosted, Linux, ARM64 ]
Expand All @@ -42,9 +42,6 @@ jobs:
- name: Checkout repository files
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit dbdd811

Please sign in to comment.