diff options
| author | ivar <i@oiee.no> | 2025-10-06 13:26:35 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-06 13:26:35 +0200 |
| commit | 34568292c101056717ca6742661f59995bbe0ae1 (patch) | |
| tree | a92d8deaf7e084a49982eeae1e297bc91a58b72c | |
| parent | 936c5c94f7eee5f1d6e40dc00902624fe3e42a2a (diff) | |
| download | vegadata-34568292c101056717ca6742661f59995bbe0ae1.tar.xz vegadata-34568292c101056717ca6742661f59995bbe0ae1.zip | |
12
| -rw-r--r-- | .idea/.idea.VegaData/.idea/vcs.xml | 6 | ||||
| -rwxr-xr-x | build_and_push.sh | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.idea/.idea.VegaData/.idea/vcs.xml b/.idea/.idea.VegaData/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.VegaData/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file diff --git a/build_and_push.sh b/build_and_push.sh index 94b40cc..7935718 100755 --- a/build_and_push.sh +++ b/build_and_push.sh @@ -62,7 +62,7 @@ fi echo "Building podman image" echo -podman build -t $IMAGE_NAME:$NEW_VERSION . +podman build --arch=linux/amd64 -t $IMAGE_NAME:$NEW_VERSION . podman tag $IMAGE_NAME:$NEW_VERSION $HUB_NAME:$NEW_VERSION |
