Buildx bump to latest to solve GHA cache deprecation (#3653)
* bump buildx due to GHA cache deprecation * try arm64 build with new buildx version * verify new version working for buildx
This commit is contained in:
parent
1d1fb817b0
commit
713f939ab3
@ -35,15 +35,10 @@ jobs:
|
|||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
# Since Docker Buildx v20.1 - segfaults occur on arm64 with ubuntu-latest.
|
|
||||||
# So we pin to v0.19.0 for now until the issue is resolved for runners via QEMU.
|
|
||||||
# Alternatively, we can move to ARM runners and remove the QEMU setup, but this previously
|
|
||||||
# has issues (see comment at the top)
|
|
||||||
# https://github.com/NVIDIA/cuda-quantum/pull/2651#issue-2870353124
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
version: v0.19.0
|
version: v0.22.0
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||||
|
|||||||
7
.github/workflows/build-and-push-image.yaml
vendored
7
.github/workflows/build-and-push-image.yaml
vendored
@ -54,15 +54,10 @@ jobs:
|
|||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
# Since Docker Buildx v20.1 - segfaults occur on arm64 with ubuntu-latest.
|
|
||||||
# So we pin to v0.19.0 for now until the issue is resolved for runners via QEMU.
|
|
||||||
# Alternatively, we can move to ARM runners and remove the QEMU setup, but this previously
|
|
||||||
# has issues (see comment at the top)
|
|
||||||
# https://github.com/NVIDIA/cuda-quantum/pull/2651#issue-2870353124
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
version: v0.19.0
|
version: v0.22.0
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||||
|
|||||||
4
.github/workflows/dev-build.yaml
vendored
4
.github/workflows/dev-build.yaml
vendored
@ -6,7 +6,7 @@ concurrency:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['3536-feat-new-chat-home-page'] # put your current branch to create a build. Core team only.
|
branches: ['na'] # put your current branch to create a build. Core team only.
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'cloud-deployments/*'
|
- 'cloud-deployments/*'
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
version: v0.19.0
|
version: v0.22.0
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user