mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
remove arm64 from breaking build
This commit is contained in:
parent
b2fe39b942
commit
83e61630d9
2 changed files with 2 additions and 6 deletions
4
.github/workflows/docker-build-push.yml
vendored
4
.github/workflows/docker-build-push.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue