Skip to content

Commit

Permalink
Feat/build tooling (#62)
Browse files Browse the repository at this point in the history
* Blah blah

* Made atils not fail if there is no kubernetes configuration available

* Did a bunch

* Added the dockerfile at its new, lower user

* Some stuff

* This should be fine

* Adding our first CI workflow

* You'll see

* Didn't get it all

* Got the delete

* Adding docker login to actions

* Let's see this build

* Getting our CI right

* Fixing our workflow

* Bumping version to test our CI

* Think this is right?

* Grabbed the wrong thing

* Buncha stuff

* Alright, think this will run

* That was silly

* Here we go

* We're almost there

* Wrong order

* Who knows

* Can't use absolute paths in our CI env

* Need to set up Docker to build multi-arch images

* Updating atils description, mostly to trigger a build

* Hopefully this works

* Fixing this
  • Loading branch information
AidanHilt authored Mar 11, 2024
1 parent c4fa4fb commit 0ae9c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atils/.atils_buildconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"name": "docker-build-and-push",
"order": 12,
"command": "VERSION=$(grep -E '^version = \"' pyproject.toml | cut -d'\"' -f2); docker buildx --platform linux/arm64,linux/amd64 -t \"aidanhilt/atils:$VERSION\" -t \"aidanhilt/atils:latest\" --push .",
"command": "VERSION=$(grep -E '^version = \"' pyproject.toml | cut -d'\"' -f2); docker buildx build --platform linux/arm64,linux/amd64 -t \"aidanhilt/atils:$VERSION\" -t \"aidanhilt/atils:latest\" --push .",
"ci_only": true
},
{
Expand Down

0 comments on commit 0ae9c5e

Please sign in to comment.