Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Anything Llm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
Mintplex Labs
Anything Llm
Commits
469dd9ec
Commit
469dd9ec
authored
2 months ago
by
timothycarambat
Browse files
Options
Downloads
Patches
Plain Diff
remove QEMU step
parent
c4f75feb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build-and-push-image-semver.yaml
+0
-3
0 additions, 3 deletions
.github/workflows/build-and-push-image-semver.yaml
.github/workflows/build-and-push-image.yaml
+0
-6
0 additions, 6 deletions
.github/workflows/build-and-push-image.yaml
with
0 additions
and
9 deletions
.github/workflows/build-and-push-image-semver.yaml
+
0
−
3
View file @
469dd9ec
...
...
@@ -32,9 +32,6 @@ jobs:
fi
id
:
dockerhub
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v3
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v3
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/build-and-push-image.yaml
+
0
−
6
View file @
469dd9ec
# This Github action is for publishing of the primary image for AnythingLLM
# It will publish a linux/amd64 and linux/arm64 image at the same time
# This file should ONLY BY USED FOR `master` BRANCH.
# TODO: Update `runs-on` for arm64 when GitHub finally supports
# native arm environments as QEMU takes around 1 hour to build
# ref: https://github.com/actions/runner-images/issues/5631 :(
name
:
Publish AnythingLLM Primary Docker image (amd64/arm64)
concurrency
:
...
...
@@ -49,9 +46,6 @@ jobs:
fi
id
:
dockerhub
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v3
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment