remove arm64 from breaking build

This commit is contained in:
Al Majumdar 2022-03-25 08:36:36 +05:30
parent b2fe39b942
commit 83e61630d9
2 changed files with 2 additions and 6 deletions

View file

@ -49,7 +49,7 @@ jobs:
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }} run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
- name: Build - name: Build
uses: docker/bake-action@v1.6.0 uses: docker/bake-action@v1.7.0
with: with:
push: true push: true
env: env:
@ -80,6 +80,6 @@ jobs:
- name: Push - name: Push
if: ${{ inputs.push }} if: ${{ inputs.push }}
uses: docker/bake-action@v1.6.0 uses: docker/bake-action@v1.7.0
with: with:
push: true push: true

View file

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