Skip to content

Commit

Permalink
ci: add spdx header
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 23, 2023
1 parent 7b7242e commit 30811e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/bin/get-buildx-args
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh

# Generate command line options for docker buildx build
# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later

# Generate command-line options for docker buildx build

# Load from local cache
if [ -n "$MATRIX_ARCHITECTURE" ] ; then
Expand Down

0 comments on commit 30811e6

Please sign in to comment.