Skip to content

Commit

Permalink
Add --no-cache to build commands in workflow file. Also, there seems …
Browse files Browse the repository at this point in the history
…to have been an error uploading my Dockerfile from before because my version is different from the latest. We'll see if that crops up again.
  • Loading branch information
afinetooth committed Aug 19, 2024
1 parent 35dc3bb commit 887a239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Build x86_64 binary
run: |
docker buildx build \
--no-cache \
--platform linux/amd64 \
--build-arg CRYSTAL_VERSION=1.13.1 \
--target x86_64_binary \
Expand All @@ -87,6 +88,7 @@ jobs:
- name: Build aarch64 binary
run: |
docker buildx build \
--no-cache \
--platform linux/arm64 \
--build-arg CRYSTAL_VERSION=1.13.1 \
--target aarch64_binary \
Expand Down

0 comments on commit 887a239

Please sign in to comment.