Skip to content

Commit

Permalink
Merge pull request #12 from vvbbnn00/dev
Browse files Browse the repository at this point in the history
ci: Reduce compilation platforms (remove Linux 386 and Linux/armv7) to decrease action duration
  • Loading branch information
vvbbnn00 authored Mar 13, 2024
2 parents 198e8b6 + cddc22d commit 0ebbf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: GITHUB_ACTIONS=true
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
platforms: linux/amd64,linux/arm64

- name: Image digest
run: echo ${{ steps.meta.outputs.digest }}

0 comments on commit 0ebbf9c

Please sign in to comment.