Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

fix: build proper Docker image for arm64 #501

Merged
merged 6 commits into from
Jun 26, 2024
Merged

fix: build proper Docker image for arm64 #501

merged 6 commits into from
Jun 26, 2024

Conversation

rdmitr
Copy link
Collaborator

@rdmitr rdmitr commented Jun 24, 2024

@rdmitr rdmitr requested a review from rolznz June 25, 2024 11:09
release:
types: [published]
jobs:
build:
env:
REGISTRY: ghcr.io
IMAGENAME: ${{ github.event.repository.name }}
TAG: ${{ github.ref_name }}
Copy link
Collaborator

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

Copy link
Collaborator

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?

Copy link
Collaborator Author

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

@rdmitr
Copy link
Collaborator Author

rdmitr commented Jun 25, 2024

@rolznz The Linux-amd64 Docker build action is now removed 💨

Copy link
Collaborator

@rolznz rolznz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK (AMD64)

@rolznz rolznz merged commit 8e57739 into master Jun 26, 2024
7 of 8 checks passed
@rolznz rolznz deleted the docker-arm64 branch June 26, 2024 04:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

review and re-enable multiplatform docker workflow
2 participants