Skip to content

Commit

Permalink
Add ARM builds
Browse files Browse the repository at this point in the history
Now that mumble-voip/mumble#5960 has been
merged, building on ARM should no longer suffer from failing test cases
and thus the corresponding images can now be enabled here.

See also mumble-voip#3
  • Loading branch information
Krzmbrzl committed Jan 7, 2024
1 parent 5d3a1ae commit 670a8ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
docker_version: '0'
publish: false
update_latest: true
platforms: "linux/amd64"
platforms: "linux/amd64,linux/arm64"
2 changes: 1 addition & 1 deletion .github/workflows/manual_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
docker_version: ${{ github.event.inputs.docker_version }}
publish: ${{ github.event.inputs.publish == 'true' }}
update_latest: ${{ github.event.inputs.update_latest == 'true' }}
platforms: "linux/amd64"
platforms: "linux/amd64,linux/arm64"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/upstream_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
docker_version: '0'
publish: true
update_latest: ${{ github.event.client_payload.is_latest }}
platforms: "linux/amd64"
platforms: "linux/amd64,linux/arm64"
secrets: inherit

0 comments on commit 670a8ee

Please sign in to comment.