Attempt to fix build with ignore rules
Build and Publish / Build and Test (push) Failing after 11m55s
Build and Publish / Build and Test (push) Failing after 11m55s
This commit is contained in:
@@ -78,9 +78,9 @@ jobs:
|
||||
target/release/${{ env.RUST_BINARY_NAME }}
|
||||
target/aarch64-unknown-linux-musl/release/${{ env.RUST_BINARY_NAME }}
|
||||
|
||||
# The target directory is kept in the .dockerignore file, so allow these to be copied in we need to move them to a
|
||||
# new directory.
|
||||
- run: mv target docker-binaries
|
||||
# # The target directory is kept in the .dockerignore file, so allow these to be copied in we need to move them to a
|
||||
# # new directory.
|
||||
# - run: mv target docker-binaries
|
||||
|
||||
- name: Build and push multi-arch Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user