Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit e8a5d12

Browse files
authored
Merge pull request #470 from calcom/promote-arm-builds
Promote Arm Builds
2 parents c251a0b + ae44bbe commit e8a5d12

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/docker-build-push-dockerhub-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: Build and push ARM image to DockerHub (testing)
3+
name: Build and push ARM image to DockerHub
44

55
# Controls when the workflow will run
66
on:
@@ -84,7 +84,7 @@ jobs:
8484
# Add flavor latest only on full releases, not on pre-releases
8585
flavor: |
8686
latest=false
87-
suffix=-test-arm
87+
suffix=-arm
8888
# flavor: |
8989
# latest=${{ !github.event.release.prerelease }}
9090
# suffix=-arm

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828
# Docker
2929

30-
This image can be found on DockerHub at [https://hub.docker.com/r/calcom/cal.com](https://hub.docker.com/r/calcom/cal.com)
30+
This image can be found on DockerHub at [https://hub.docker.com/r/calcom/cal.com](https://hub.docker.com/r/calcom/cal.com).
31+
32+
**Note for ARM Users**: Use the {version}-arm suffix for pulling images. Example: `docker pull calcom/cal.com:v5.6.19-arm`.
3133

3234
The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not yet provide official support for Docker, but we will accept fixes and documentation at this time. Use at your own risk.
3335

@@ -276,3 +278,5 @@ docker-calcom-1 | @calcom/web:start: }
276278
277279
278280
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=81cda9f7-a102-453b-ac01-51c35650bd70" />
281+
282+

0 commit comments

Comments
 (0)