Skip to content

Commit

Permalink
set platform hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Oct 20, 2023
1 parent 2a02613 commit ee012e9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ env:

jobs:
build-and-push-image:
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64

runs-on: ubuntu-latest

permissions:
Expand Down Expand Up @@ -56,5 +50,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64

0 comments on commit ee012e9

Please sign in to comment.