Skip to content

Commit

Permalink
Remove docker arm build, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
loriopatrick committed Sep 24, 2024
1 parent ebbe973 commit bec6c84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

# Set up QEMU so we can build multi arch image
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
# Removed ARM build too slow
# # Set up QEMU so we can build multi arch image
# # https://github.com/docker/setup-qemu-action
# - name: Set up QEMU
# uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: "linux/amd64,linux/arm64"
# platforms: "linux/amd64,linux/arm64"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.15.24"
version = "0.15.25"

[workspace.dependencies]
tokio = { version = "1.39", features = ["full"] }
Expand Down

0 comments on commit bec6c84

Please sign in to comment.