Merge pull request #204 from corco/master

Added multi-arch docker image for Github actions
This commit is contained in:
Ahmed Waleed Malik
2021-03-05 10:29:52 +05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ jobs:
push: true
build-args: BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }}
cache-to: type=inline
platforms: linux/amd64,linux/arm,linux/arm64
tags: |
${{ env.IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.GIT_TAG }}
labels: |
+1
View File
@@ -99,6 +99,7 @@ jobs:
push: true
build-args: BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }}
cache-to: type=inline
platforms: linux/amd64,linux/arm,linux/arm64
tags: |
${{ env.IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }}
labels: |