Skip to content

Commit 9d1657c

Browse files
committed
alpha-sdk: add dockerignore
1 parent f6eba80 commit 9d1657c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.git
2+
/.gomodcache
3+
**/target/*

local/alpha-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ do
171171
--tag "${tag}" \
172172
--build-arg "SDK=${sdk}" \
173173
--build-arg "HOST_GOARCH=${host_arch}" \
174-
--file "${script_dir}/alpha-sdk.dockerfile" \
174+
--file "${script_dir}/Dockerfile.alpha-sdk" \
175175
"${bottlerocket_dir}"
176176
docker push "${tag}"
177177
done

0 commit comments

Comments
 (0)