mirror of
https://github.com/sebastianbergmann/docker-amiga-gcc.git
synced 2026-05-02 10:16:42 +00:00
Use buildah
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
<property name="test-directory" value="/tmp/docker-amiga-gcc-test"/>
|
||||
|
||||
<target name="build">
|
||||
<exec executable="podman" taskname="image-build">
|
||||
<exec executable="buildah" taskname="image-build">
|
||||
<arg value="build"/>
|
||||
<arg value="--pull"/>
|
||||
<arg value="--no-cache"/>
|
||||
<arg value="--squash"/>
|
||||
<arg value="--tag"/>
|
||||
<arg value="sebastianbergmann/amiga-gcc:latest"/>
|
||||
<arg path="${basedir}"/>
|
||||
<arg value="sebastianbergmann/amiga-gcc"/>
|
||||
<arg path="${basedir}/Containerfile"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user