Skip to content

Commit

Permalink
Fix Target Platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Aug 3, 2024
1 parent ca102d2 commit dc04a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
push: true
context: .
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64/v8
tags: ricoberger/script_exporter:${{ env.TAG }}

0 comments on commit dc04a5f

Please sign in to comment.