Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine = AMD64, Debian = ARM #366

Merged
merged 6 commits into from
Aug 30, 2024
Merged

Alpine = AMD64, Debian = ARM #366

merged 6 commits into from
Aug 30, 2024

Conversation

perfectra1n
Copy link

@perfectra1n perfectra1n commented Aug 24, 2024

Modified the CI/CD again, to have Debian be for ARM, and Alpine be for AMD64.

@perfectra1n perfectra1n added the enhancement New feature or request label Aug 24, 2024
.github/workflows/main-docker-alpine.yml Outdated Show resolved Hide resolved
Dockerfile-alpine Outdated Show resolved Hide resolved
Dockerfile-alpine Outdated Show resolved Hide resolved
Dockerfile-alpine Outdated Show resolved Hide resolved
Dockerfile-alpine Outdated Show resolved Hide resolved
Copy link

@eliandoran eliandoran left a comment

Choose a reason for hiding this comment

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

LGTM.

@eliandoran eliandoran merged commit 59a92c3 into develop Aug 30, 2024
1 check passed
@eliandoran eliandoran deleted the update-cicd-again branch August 30, 2024 19:15
@@ -16,7 +16,7 @@ env:
DOCKERHUB_REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: triliumnext/notes:test
PLATFORMS: linux/amd64,linux/arm64
PLATFORMS: linux/arm64,linux/arm/v7

Choose a reason for hiding this comment

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

🤔

Copy link
Author

Choose a reason for hiding this comment

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

🤦‍♂️

Copy link
Author

Choose a reason for hiding this comment

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

I probably should've renamed those ALPINE_PLATFORMS and DEBIAN_PLATFORMS respectively for our sanity. Copy and pasting all around clearly wasn't my brightest idea.

@eliandoran eliandoran added this to the v0.90.5-beta milestone Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants