-
Notifications
You must be signed in to change notification settings - Fork 4
fix: build proper Docker image for arm64 #501
Conversation
.github/workflows/multiplatform.yaml
Outdated
release: | ||
types: [published] | ||
jobs: | ||
build: | ||
env: | ||
REGISTRY: ghcr.io | ||
IMAGENAME: ${{ github.event.repository.name }} | ||
TAG: ${{ github.ref_name }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The IMAGENAME is the same as our existing docker file? should we remove the old workflow then since this seems to do both?
Initially I thought we'd only run this one on release as it's slower, but I'm not sure if it's worthwhile to do this and have to maintain two separate workflows
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably a good idea to make sure all platforms compile as well. @rdmitr does this make sense to you? let's remove the other docker workflow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rolznz Yeah, I didn't change this part. Found it a bit surprising but left it anyways. I guess the other Docker workflow is safe to delete
@rolznz The Linux-amd64 Docker build action is now removed 💨 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK (AMD64)
Fixes getAlby/hub#49