Skip to content

Commit

Permalink
Merge branch 'bugfix/release_ci_upgrade' into develop
Browse files Browse the repository at this point in the history
See #27.
  • Loading branch information
cbs228 committed Jan 20, 2024
2 parents 6a7400d + 3f4cfe6 commit f28f0d7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:

needs: vendor_sources

# qemu cross-compiling is very slow
timeout-minutes: 60

env:
# See <https://hub.docker.com/_/rust> for list of tags
BUILD_RUST_TAG: 1.70.0
Expand Down Expand Up @@ -109,12 +112,12 @@ jobs:
sudo systemctl restart docker
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Prepare output directory
run: |
Expand All @@ -126,7 +129,7 @@ jobs:
# install/bin/samedec-x86_64-unknown-linux-gnu
# and the like.
- name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: false
Expand Down

0 comments on commit f28f0d7

Please sign in to comment.