diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-04-12 14:16:31 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-04-12 14:16:31 -0400 |
| commit | 49124afda043d0f9573379335a63e11a283094bf (patch) | |
| tree | 796ef00683b28913420e10fdf22f68a70fffbf64 /env | |
| parent | update build scripts (diff) | |
| download | images-49124afda043d0f9573379335a63e11a283094bf.tar.gz images-49124afda043d0f9573379335a63e11a283094bf.tar.bz2 images-49124afda043d0f9573379335a63e11a283094bf.zip | |
update build
Diffstat (limited to 'env')
| -rwxr-xr-x | env | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -23,10 +23,8 @@ init() { buildx() { docker buildx build \ - --push \ --platform "$ARCH" \ -t "$REMOTE/$USER/$IMAGE:$TAG" \ --build-arg "ALPINE_VERSION=$ALPINE_VERSION" \ - $@ \ - . + $@ } |