This commit is contained in:
Al Majumdar 2022-03-25 09:01:20 +05:30
parent f6f554b55b
commit 1945aa0257
2 changed files with 6 additions and 0 deletions

View file

@ -42,6 +42,8 @@ jobs:
- name: Setup Buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: network=host
- name: Get latest versions
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}

View file

@ -127,4 +127,8 @@ target "frappe-socketio" {
inherits = ["default-args"]
context = "images/socketio"
tags = tag("frappe-socketio", "${FRAPPE_VERSION}")
platforms = [
"linux/amd64",
"linux/arm64"
]
}