DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 6f7f908bca0b8619e9e251a23738d27df57c4d82 felu/justfile -rw-r--r-- 159 bytes
6f7f908bJonni Liljamo feat: log unsupported Opcodes a month ago
                                                                                
1
2
3
4
5
6
_default:
    just --list

staging-build-and-push:
    podman build -t liljamo/felu:staging . --build-arg VERSION=staging
    podman push liljamo/felu:staging