Skip to content

Commit

Permalink
fix: platform list
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Sep 12, 2024
1 parent 1c4ccb5 commit 4cea234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
tags: ghcr.io/mesosphere/jmx-javaagent:${{ steps.imagetag.outputs.value }}
file: Dockerfile
platforms: ${{ env.PLATFORMS }}
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 4cea234

Please sign in to comment.