Add multiple platforms (#89)

pull/4881/head
Periklis Tsirakidis 4 years ago committed by GitHub
parent de236b2213
commit c649262971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/quay.yaml

@ -47,6 +47,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
tags: "${{ steps.image_tags.outputs.IMAGE_TAGS }}"
publish-bundle:

Loading…
Cancel
Save