Skip to content

Commit

Permalink
Add linux arm/v7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoblath committed Oct 7, 2024
1 parent 68ab058 commit b9efa3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
enable_testing=${{ matrix.enable-testing }}
narg=${{env.NARG }}
tags: ${{ steps.docker_meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7

- name: Build and push - integration
id: build_push_integration
Expand All @@ -287,7 +287,7 @@ jobs:
img_repo=dripline-cpp
img_tag=latest-dev
tags: ${{ steps.docker_meta_integration.outputs.tags }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b9efa3f

Please sign in to comment.