Skip to content

Commit

Permalink
enable multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
dtanner committed May 31, 2023
1 parent 562d46e commit d59ddee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/docker-hub-publish.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/docker-multiplatform.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: docker-multiplatform

on:
workflow_dispatch:
release:
types: [ created ]

env:
IMAGE_NAME: edgescope/chaperone
Expand Down Expand Up @@ -40,9 +41,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
#push: true
push: true
tags: |
"${{ env.IMAGE_NAME }}:testa"
"${{ env.IMAGE_NAME }}:testb"
# "${{ env.IMAGE_NAME }}:${GITHUB_REF_NAME}"
"${{ env.IMAGE_NAME }}:${GITHUB_REF_NAME}"
# "${{ env.IMAGE_NAME }}:latest"

0 comments on commit d59ddee

Please sign in to comment.