Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed May 2, 2023
1 parent 25293f4 commit 36d550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# docker run --rm -it --platform=linux/amd64 -v $(pwd):/workspace -w /workspace crystallang/crystal:latest-alpine crystal build src/velero-notifications.cr --static
docker run --rm -it --platform=linux/amd64 -v $(pwd):/workspace -w /workspace crystallang/crystal:latest-alpine crystal build src/velero-notifications.cr --static


IMAGE="vitobotta/velero-backup-notification"
Expand Down

0 comments on commit 36d550e

Please sign in to comment.