Skip to content

Commit

Permalink
use csv for platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kskarthik committed Sep 4, 2024
1 parent 4da79d8 commit c662a97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
platforms:
- linux/amd64
- linux/arm64
platforms: linux/amd64,linux/arm64
tags: steelscheme/steel:latest

0 comments on commit c662a97

Please sign in to comment.