Skip to content

Commit

Permalink
debug disable build
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetkillioglu committed Jul 12, 2024
1 parent 5e6b0e6 commit 3cd5e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fognav-msgs-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Create container and copy deb packages
run: |
# platforms=("amd64" "arm64")
platforms=("amd64" "arm64")
for platform in "${platforms[@]}"; do
docker create -ti --name "fognav-msgs-build-temp-$platform" --platform=linux/$platform $(echo "${{ steps.meta.outputs.tags }}" | head -1) bash
docker cp "fognav-msgs-build-temp-$platform:/output_dir/." ./output_dir
Expand Down

0 comments on commit 3cd5e69

Please sign in to comment.