mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
just mess with the timestamps
This commit is contained in:
committed by
Aiden McClelland
parent
570a4b7915
commit
1a8b6d2fe7
5
.github/workflows/product.yaml
vendored
5
.github/workflows/product.yaml
vendored
@@ -123,6 +123,7 @@ jobs:
|
|||||||
tar -mxvf frontend.tar GIT_HASH.txt
|
tar -mxvf frontend.tar GIT_HASH.txt
|
||||||
tar -mxvf frontend.tar ENVIRONMENT.txt
|
tar -mxvf frontend.tar ENVIRONMENT.txt
|
||||||
tar -mxvf frontend.tar VERSION.txt
|
tar -mxvf frontend.tar VERSION.txt
|
||||||
|
rm frontend.tar
|
||||||
|
|
||||||
- name: Cache raspiOS
|
- name: Cache raspiOS
|
||||||
id: cache-raspios
|
id: cache-raspios
|
||||||
@@ -132,7 +133,9 @@ jobs:
|
|||||||
key: cache-raspios
|
key: cache-raspios
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: "make V=1 ARCH=aarch64 embassyos-raspi.img --debug"
|
run: |
|
||||||
|
touch -d "1970-01-01T00:00:00Z" ENVIRONMENT.txt GIT_HASH.txt VERSION.txt
|
||||||
|
make V=1 embassyos-raspi.img --debug
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -164,7 +164,7 @@ patch-db/client/dist: $(PATCH_DB_CLIENT_SRC) patch-db/client/node_modules
|
|||||||
npm --prefix frontend run build:deps
|
npm --prefix frontend run build:deps
|
||||||
|
|
||||||
# used by github actions
|
# used by github actions
|
||||||
backend-$(ARCH).tar: $(ENVIRONMENT_FILE) $(GIT_HASH_FILE) $(EMBASSY_BINS)
|
backend-$(ARCH).tar: $(EMBASSY_BINS)
|
||||||
tar -cvf $@ $^
|
tar -cvf $@ $^
|
||||||
|
|
||||||
# this is a convenience step to build all frontends - it is not referenced elsewhere in this file
|
# this is a convenience step to build all frontends - it is not referenced elsewhere in this file
|
||||||
|
|||||||
Reference in New Issue
Block a user